aws-sdk-observabilityadmin 1.22.0 → 1.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-observabilityadmin/client.rb +24 -21
- data/lib/aws-sdk-observabilityadmin/client_api.rb +3 -1
- data/lib/aws-sdk-observabilityadmin/types.rb +16 -5
- data/lib/aws-sdk-observabilityadmin.rb +1 -1
- data/sig/client.rbs +14 -12
- data/sig/types.rbs +7 -6
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7182782a019e582699567c3a0cd6d60168b0a3e91badcd944ddf9fd31c6cadd
|
|
4
|
+
data.tar.gz: 5e77484554b1f3cb66b3b5b24d4987acdb83d6fd26f619e74e6fcec9e2034d2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e655078c1467634259729f33ed4b1e295c2f38a623d05f99e4ec53a0326f918a48545fd59dbdbcdd7b952381078f6a540437169ffb8b3e4d4bf3d8ba0f39484c
|
|
7
|
+
data.tar.gz: '03184cf54fc34aa4861c80609e940ffdd0dfafa59bb1d39fed8fb9146cdb16867b0a3685d40180b281f7600a2f958ff5390ad60f87948028d7913cc3fa19d53d'
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.24.0 (2026-03-31)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds the Bedrock and Security Hub resource types for Omnia Enablement launch for March 31.
|
|
8
|
+
|
|
9
|
+
1.23.0 (2026-03-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Adding a new field in the CreateCentralizationRuleForOrganization, UpdateCentralizationRuleForOrganization API and updating the GetCentralizationRuleForOrganization API response to include the new field
|
|
13
|
+
|
|
4
14
|
1.22.0 (2026-03-18)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.24.0
|
|
@@ -507,7 +507,8 @@ module Aws::ObservabilityAdmin
|
|
|
507
507
|
# regions: ["Region"], # required
|
|
508
508
|
# scope: "SourceFilterString",
|
|
509
509
|
# source_logs_configuration: {
|
|
510
|
-
# log_group_selection_criteria: "LogsFilterString",
|
|
510
|
+
# log_group_selection_criteria: "LogsFilterString",
|
|
511
|
+
# data_source_selection_criteria: "DataSourceFilterString",
|
|
511
512
|
# encrypted_log_group_strategy: "ALLOW", # required, accepts ALLOW, SKIP
|
|
512
513
|
# },
|
|
513
514
|
# },
|
|
@@ -674,7 +675,7 @@ module Aws::ObservabilityAdmin
|
|
|
674
675
|
# resp = client.create_telemetry_rule({
|
|
675
676
|
# rule_name: "RuleName", # required
|
|
676
677
|
# rule: { # required
|
|
677
|
-
# resource_type: "AWS::EC2::Instance", # accepts AWS::EC2::Instance, AWS::EC2::VPC, AWS::Lambda::Function, AWS::CloudTrail, AWS::EKS::Cluster, AWS::WAFv2::WebACL, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Route53Resolver::ResolverEndpoint, AWS::BedrockAgentCore::Runtime, AWS::BedrockAgentCore::Browser, AWS::BedrockAgentCore::CodeInterpreter
|
|
678
|
+
# resource_type: "AWS::EC2::Instance", # accepts AWS::EC2::Instance, AWS::EC2::VPC, AWS::Lambda::Function, AWS::CloudTrail, AWS::EKS::Cluster, AWS::WAFv2::WebACL, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Route53Resolver::ResolverEndpoint, AWS::BedrockAgentCore::Runtime, AWS::BedrockAgentCore::Browser, AWS::BedrockAgentCore::CodeInterpreter, AWS::BedrockAgentCore::Gateway, AWS::BedrockAgentCore::Memory, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution
|
|
678
679
|
# telemetry_type: "Logs", # required, accepts Logs, Metrics, Traces
|
|
679
680
|
# telemetry_source_types: ["VPC_FLOW_LOGS"], # accepts VPC_FLOW_LOGS, ROUTE53_RESOLVER_QUERY_LOGS, EKS_AUDIT_LOGS, EKS_AUTHENTICATOR_LOGS, EKS_CONTROLLER_MANAGER_LOGS, EKS_SCHEDULER_LOGS, EKS_API_LOGS
|
|
680
681
|
# destination_configuration: {
|
|
@@ -741,7 +742,7 @@ module Aws::ObservabilityAdmin
|
|
|
741
742
|
# log_type: "WAF_LOGS", # accepts WAF_LOGS
|
|
742
743
|
# },
|
|
743
744
|
# log_delivery_parameters: {
|
|
744
|
-
# log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS
|
|
745
|
+
# log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS, SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS
|
|
745
746
|
# },
|
|
746
747
|
# },
|
|
747
748
|
# scope: "String",
|
|
@@ -791,7 +792,7 @@ module Aws::ObservabilityAdmin
|
|
|
791
792
|
# resp = client.create_telemetry_rule_for_organization({
|
|
792
793
|
# rule_name: "RuleName", # required
|
|
793
794
|
# rule: { # required
|
|
794
|
-
# resource_type: "AWS::EC2::Instance", # accepts AWS::EC2::Instance, AWS::EC2::VPC, AWS::Lambda::Function, AWS::CloudTrail, AWS::EKS::Cluster, AWS::WAFv2::WebACL, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Route53Resolver::ResolverEndpoint, AWS::BedrockAgentCore::Runtime, AWS::BedrockAgentCore::Browser, AWS::BedrockAgentCore::CodeInterpreter
|
|
795
|
+
# resource_type: "AWS::EC2::Instance", # accepts AWS::EC2::Instance, AWS::EC2::VPC, AWS::Lambda::Function, AWS::CloudTrail, AWS::EKS::Cluster, AWS::WAFv2::WebACL, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Route53Resolver::ResolverEndpoint, AWS::BedrockAgentCore::Runtime, AWS::BedrockAgentCore::Browser, AWS::BedrockAgentCore::CodeInterpreter, AWS::BedrockAgentCore::Gateway, AWS::BedrockAgentCore::Memory, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution
|
|
795
796
|
# telemetry_type: "Logs", # required, accepts Logs, Metrics, Traces
|
|
796
797
|
# telemetry_source_types: ["VPC_FLOW_LOGS"], # accepts VPC_FLOW_LOGS, ROUTE53_RESOLVER_QUERY_LOGS, EKS_AUDIT_LOGS, EKS_AUTHENTICATOR_LOGS, EKS_CONTROLLER_MANAGER_LOGS, EKS_SCHEDULER_LOGS, EKS_API_LOGS
|
|
797
798
|
# destination_configuration: {
|
|
@@ -858,7 +859,7 @@ module Aws::ObservabilityAdmin
|
|
|
858
859
|
# log_type: "WAF_LOGS", # accepts WAF_LOGS
|
|
859
860
|
# },
|
|
860
861
|
# log_delivery_parameters: {
|
|
861
|
-
# log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS
|
|
862
|
+
# log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS, SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS
|
|
862
863
|
# },
|
|
863
864
|
# },
|
|
864
865
|
# scope: "String",
|
|
@@ -1044,6 +1045,7 @@ module Aws::ObservabilityAdmin
|
|
|
1044
1045
|
# resp.centralization_rule.source.regions[0] #=> String
|
|
1045
1046
|
# resp.centralization_rule.source.scope #=> String
|
|
1046
1047
|
# resp.centralization_rule.source.source_logs_configuration.log_group_selection_criteria #=> String
|
|
1048
|
+
# resp.centralization_rule.source.source_logs_configuration.data_source_selection_criteria #=> String
|
|
1047
1049
|
# resp.centralization_rule.source.source_logs_configuration.encrypted_log_group_strategy #=> String, one of "ALLOW", "SKIP"
|
|
1048
1050
|
# resp.centralization_rule.destination.region #=> String
|
|
1049
1051
|
# resp.centralization_rule.destination.account #=> String
|
|
@@ -1236,7 +1238,7 @@ module Aws::ObservabilityAdmin
|
|
|
1236
1238
|
# resp.rule_arn #=> String
|
|
1237
1239
|
# resp.created_time_stamp #=> Integer
|
|
1238
1240
|
# resp.last_update_time_stamp #=> Integer
|
|
1239
|
-
# resp.telemetry_rule.resource_type #=> String, one of "AWS::EC2::Instance", "AWS::EC2::VPC", "AWS::Lambda::Function", "AWS::CloudTrail", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::Route53Resolver::ResolverEndpoint", "AWS::BedrockAgentCore::Runtime", "AWS::BedrockAgentCore::Browser", "AWS::BedrockAgentCore::CodeInterpreter"
|
|
1241
|
+
# resp.telemetry_rule.resource_type #=> String, one of "AWS::EC2::Instance", "AWS::EC2::VPC", "AWS::Lambda::Function", "AWS::CloudTrail", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::Route53Resolver::ResolverEndpoint", "AWS::BedrockAgentCore::Runtime", "AWS::BedrockAgentCore::Browser", "AWS::BedrockAgentCore::CodeInterpreter", "AWS::BedrockAgentCore::Gateway", "AWS::BedrockAgentCore::Memory", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution"
|
|
1240
1242
|
# resp.telemetry_rule.telemetry_type #=> String, one of "Logs", "Metrics", "Traces"
|
|
1241
1243
|
# resp.telemetry_rule.telemetry_source_types #=> Array
|
|
1242
1244
|
# resp.telemetry_rule.telemetry_source_types[0] #=> String, one of "VPC_FLOW_LOGS", "ROUTE53_RESOLVER_QUERY_LOGS", "EKS_AUDIT_LOGS", "EKS_AUTHENTICATOR_LOGS", "EKS_CONTROLLER_MANAGER_LOGS", "EKS_SCHEDULER_LOGS", "EKS_API_LOGS"
|
|
@@ -1278,7 +1280,7 @@ module Aws::ObservabilityAdmin
|
|
|
1278
1280
|
# resp.telemetry_rule.destination_configuration.waf_logging_parameters.logging_filter.default_behavior #=> String, one of "KEEP", "DROP"
|
|
1279
1281
|
# resp.telemetry_rule.destination_configuration.waf_logging_parameters.log_type #=> String, one of "WAF_LOGS"
|
|
1280
1282
|
# resp.telemetry_rule.destination_configuration.log_delivery_parameters.log_types #=> Array
|
|
1281
|
-
# resp.telemetry_rule.destination_configuration.log_delivery_parameters.log_types[0] #=> String, one of "APPLICATION_LOGS", "USAGE_LOGS"
|
|
1283
|
+
# resp.telemetry_rule.destination_configuration.log_delivery_parameters.log_types[0] #=> String, one of "APPLICATION_LOGS", "USAGE_LOGS", "SECURITY_FINDING_LOGS", "ACCESS_LOGS", "CONNECTION_LOGS"
|
|
1282
1284
|
# resp.telemetry_rule.scope #=> String
|
|
1283
1285
|
# resp.telemetry_rule.selection_criteria #=> String
|
|
1284
1286
|
#
|
|
@@ -1319,7 +1321,7 @@ module Aws::ObservabilityAdmin
|
|
|
1319
1321
|
# resp.rule_arn #=> String
|
|
1320
1322
|
# resp.created_time_stamp #=> Integer
|
|
1321
1323
|
# resp.last_update_time_stamp #=> Integer
|
|
1322
|
-
# resp.telemetry_rule.resource_type #=> String, one of "AWS::EC2::Instance", "AWS::EC2::VPC", "AWS::Lambda::Function", "AWS::CloudTrail", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::Route53Resolver::ResolverEndpoint", "AWS::BedrockAgentCore::Runtime", "AWS::BedrockAgentCore::Browser", "AWS::BedrockAgentCore::CodeInterpreter"
|
|
1324
|
+
# resp.telemetry_rule.resource_type #=> String, one of "AWS::EC2::Instance", "AWS::EC2::VPC", "AWS::Lambda::Function", "AWS::CloudTrail", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::Route53Resolver::ResolverEndpoint", "AWS::BedrockAgentCore::Runtime", "AWS::BedrockAgentCore::Browser", "AWS::BedrockAgentCore::CodeInterpreter", "AWS::BedrockAgentCore::Gateway", "AWS::BedrockAgentCore::Memory", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution"
|
|
1323
1325
|
# resp.telemetry_rule.telemetry_type #=> String, one of "Logs", "Metrics", "Traces"
|
|
1324
1326
|
# resp.telemetry_rule.telemetry_source_types #=> Array
|
|
1325
1327
|
# resp.telemetry_rule.telemetry_source_types[0] #=> String, one of "VPC_FLOW_LOGS", "ROUTE53_RESOLVER_QUERY_LOGS", "EKS_AUDIT_LOGS", "EKS_AUTHENTICATOR_LOGS", "EKS_CONTROLLER_MANAGER_LOGS", "EKS_SCHEDULER_LOGS", "EKS_API_LOGS"
|
|
@@ -1361,7 +1363,7 @@ module Aws::ObservabilityAdmin
|
|
|
1361
1363
|
# resp.telemetry_rule.destination_configuration.waf_logging_parameters.logging_filter.default_behavior #=> String, one of "KEEP", "DROP"
|
|
1362
1364
|
# resp.telemetry_rule.destination_configuration.waf_logging_parameters.log_type #=> String, one of "WAF_LOGS"
|
|
1363
1365
|
# resp.telemetry_rule.destination_configuration.log_delivery_parameters.log_types #=> Array
|
|
1364
|
-
# resp.telemetry_rule.destination_configuration.log_delivery_parameters.log_types[0] #=> String, one of "APPLICATION_LOGS", "USAGE_LOGS"
|
|
1366
|
+
# resp.telemetry_rule.destination_configuration.log_delivery_parameters.log_types[0] #=> String, one of "APPLICATION_LOGS", "USAGE_LOGS", "SECURITY_FINDING_LOGS", "ACCESS_LOGS", "CONNECTION_LOGS"
|
|
1365
1367
|
# resp.telemetry_rule.scope #=> String
|
|
1366
1368
|
# resp.telemetry_rule.selection_criteria #=> String
|
|
1367
1369
|
#
|
|
@@ -1483,7 +1485,7 @@ module Aws::ObservabilityAdmin
|
|
|
1483
1485
|
#
|
|
1484
1486
|
# resp = client.list_resource_telemetry({
|
|
1485
1487
|
# resource_identifier_prefix: "ResourceIdentifierPrefix",
|
|
1486
|
-
# resource_types: ["AWS::EC2::Instance"], # accepts AWS::EC2::Instance, AWS::EC2::VPC, AWS::Lambda::Function, AWS::CloudTrail, AWS::EKS::Cluster, AWS::WAFv2::WebACL, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Route53Resolver::ResolverEndpoint, AWS::BedrockAgentCore::Runtime, AWS::BedrockAgentCore::Browser, AWS::BedrockAgentCore::CodeInterpreter
|
|
1488
|
+
# resource_types: ["AWS::EC2::Instance"], # accepts AWS::EC2::Instance, AWS::EC2::VPC, AWS::Lambda::Function, AWS::CloudTrail, AWS::EKS::Cluster, AWS::WAFv2::WebACL, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Route53Resolver::ResolverEndpoint, AWS::BedrockAgentCore::Runtime, AWS::BedrockAgentCore::Browser, AWS::BedrockAgentCore::CodeInterpreter, AWS::BedrockAgentCore::Gateway, AWS::BedrockAgentCore::Memory, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution
|
|
1487
1489
|
# telemetry_configuration_state: {
|
|
1488
1490
|
# "Logs" => "Enabled", # accepts Enabled, Disabled, NotApplicable
|
|
1489
1491
|
# },
|
|
@@ -1500,7 +1502,7 @@ module Aws::ObservabilityAdmin
|
|
|
1500
1502
|
# resp.telemetry_configurations[0].account_identifier #=> String
|
|
1501
1503
|
# resp.telemetry_configurations[0].telemetry_configuration_state #=> Hash
|
|
1502
1504
|
# resp.telemetry_configurations[0].telemetry_configuration_state["TelemetryType"] #=> String, one of "Enabled", "Disabled", "NotApplicable"
|
|
1503
|
-
# resp.telemetry_configurations[0].resource_type #=> String, one of "AWS::EC2::Instance", "AWS::EC2::VPC", "AWS::Lambda::Function", "AWS::CloudTrail", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::Route53Resolver::ResolverEndpoint", "AWS::BedrockAgentCore::Runtime", "AWS::BedrockAgentCore::Browser", "AWS::BedrockAgentCore::CodeInterpreter"
|
|
1505
|
+
# resp.telemetry_configurations[0].resource_type #=> String, one of "AWS::EC2::Instance", "AWS::EC2::VPC", "AWS::Lambda::Function", "AWS::CloudTrail", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::Route53Resolver::ResolverEndpoint", "AWS::BedrockAgentCore::Runtime", "AWS::BedrockAgentCore::Browser", "AWS::BedrockAgentCore::CodeInterpreter", "AWS::BedrockAgentCore::Gateway", "AWS::BedrockAgentCore::Memory", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution"
|
|
1504
1506
|
# resp.telemetry_configurations[0].resource_identifier #=> String
|
|
1505
1507
|
# resp.telemetry_configurations[0].resource_tags #=> Hash
|
|
1506
1508
|
# resp.telemetry_configurations[0].resource_tags["String"] #=> String
|
|
@@ -1567,7 +1569,7 @@ module Aws::ObservabilityAdmin
|
|
|
1567
1569
|
# resp = client.list_resource_telemetry_for_organization({
|
|
1568
1570
|
# account_identifiers: ["AccountIdentifier"],
|
|
1569
1571
|
# resource_identifier_prefix: "ResourceIdentifierPrefix",
|
|
1570
|
-
# resource_types: ["AWS::EC2::Instance"], # accepts AWS::EC2::Instance, AWS::EC2::VPC, AWS::Lambda::Function, AWS::CloudTrail, AWS::EKS::Cluster, AWS::WAFv2::WebACL, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Route53Resolver::ResolverEndpoint, AWS::BedrockAgentCore::Runtime, AWS::BedrockAgentCore::Browser, AWS::BedrockAgentCore::CodeInterpreter
|
|
1572
|
+
# resource_types: ["AWS::EC2::Instance"], # accepts AWS::EC2::Instance, AWS::EC2::VPC, AWS::Lambda::Function, AWS::CloudTrail, AWS::EKS::Cluster, AWS::WAFv2::WebACL, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Route53Resolver::ResolverEndpoint, AWS::BedrockAgentCore::Runtime, AWS::BedrockAgentCore::Browser, AWS::BedrockAgentCore::CodeInterpreter, AWS::BedrockAgentCore::Gateway, AWS::BedrockAgentCore::Memory, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution
|
|
1571
1573
|
# telemetry_configuration_state: {
|
|
1572
1574
|
# "Logs" => "Enabled", # accepts Enabled, Disabled, NotApplicable
|
|
1573
1575
|
# },
|
|
@@ -1584,7 +1586,7 @@ module Aws::ObservabilityAdmin
|
|
|
1584
1586
|
# resp.telemetry_configurations[0].account_identifier #=> String
|
|
1585
1587
|
# resp.telemetry_configurations[0].telemetry_configuration_state #=> Hash
|
|
1586
1588
|
# resp.telemetry_configurations[0].telemetry_configuration_state["TelemetryType"] #=> String, one of "Enabled", "Disabled", "NotApplicable"
|
|
1587
|
-
# resp.telemetry_configurations[0].resource_type #=> String, one of "AWS::EC2::Instance", "AWS::EC2::VPC", "AWS::Lambda::Function", "AWS::CloudTrail", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::Route53Resolver::ResolverEndpoint", "AWS::BedrockAgentCore::Runtime", "AWS::BedrockAgentCore::Browser", "AWS::BedrockAgentCore::CodeInterpreter"
|
|
1589
|
+
# resp.telemetry_configurations[0].resource_type #=> String, one of "AWS::EC2::Instance", "AWS::EC2::VPC", "AWS::Lambda::Function", "AWS::CloudTrail", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::Route53Resolver::ResolverEndpoint", "AWS::BedrockAgentCore::Runtime", "AWS::BedrockAgentCore::Browser", "AWS::BedrockAgentCore::CodeInterpreter", "AWS::BedrockAgentCore::Gateway", "AWS::BedrockAgentCore::Memory", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution"
|
|
1588
1590
|
# resp.telemetry_configurations[0].resource_identifier #=> String
|
|
1589
1591
|
# resp.telemetry_configurations[0].resource_tags #=> Hash
|
|
1590
1592
|
# resp.telemetry_configurations[0].resource_tags["String"] #=> String
|
|
@@ -1767,7 +1769,7 @@ module Aws::ObservabilityAdmin
|
|
|
1767
1769
|
# resp.telemetry_rule_summaries[0].rule_arn #=> String
|
|
1768
1770
|
# resp.telemetry_rule_summaries[0].created_time_stamp #=> Integer
|
|
1769
1771
|
# resp.telemetry_rule_summaries[0].last_update_time_stamp #=> Integer
|
|
1770
|
-
# resp.telemetry_rule_summaries[0].resource_type #=> String, one of "AWS::EC2::Instance", "AWS::EC2::VPC", "AWS::Lambda::Function", "AWS::CloudTrail", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::Route53Resolver::ResolverEndpoint", "AWS::BedrockAgentCore::Runtime", "AWS::BedrockAgentCore::Browser", "AWS::BedrockAgentCore::CodeInterpreter"
|
|
1772
|
+
# resp.telemetry_rule_summaries[0].resource_type #=> String, one of "AWS::EC2::Instance", "AWS::EC2::VPC", "AWS::Lambda::Function", "AWS::CloudTrail", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::Route53Resolver::ResolverEndpoint", "AWS::BedrockAgentCore::Runtime", "AWS::BedrockAgentCore::Browser", "AWS::BedrockAgentCore::CodeInterpreter", "AWS::BedrockAgentCore::Gateway", "AWS::BedrockAgentCore::Memory", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution"
|
|
1771
1773
|
# resp.telemetry_rule_summaries[0].telemetry_type #=> String, one of "Logs", "Metrics", "Traces"
|
|
1772
1774
|
# resp.telemetry_rule_summaries[0].telemetry_source_types #=> Array
|
|
1773
1775
|
# resp.telemetry_rule_summaries[0].telemetry_source_types[0] #=> String, one of "VPC_FLOW_LOGS", "ROUTE53_RESOLVER_QUERY_LOGS", "EKS_AUDIT_LOGS", "EKS_AUTHENTICATOR_LOGS", "EKS_CONTROLLER_MANAGER_LOGS", "EKS_SCHEDULER_LOGS", "EKS_API_LOGS"
|
|
@@ -1830,7 +1832,7 @@ module Aws::ObservabilityAdmin
|
|
|
1830
1832
|
# resp.telemetry_rule_summaries[0].rule_arn #=> String
|
|
1831
1833
|
# resp.telemetry_rule_summaries[0].created_time_stamp #=> Integer
|
|
1832
1834
|
# resp.telemetry_rule_summaries[0].last_update_time_stamp #=> Integer
|
|
1833
|
-
# resp.telemetry_rule_summaries[0].resource_type #=> String, one of "AWS::EC2::Instance", "AWS::EC2::VPC", "AWS::Lambda::Function", "AWS::CloudTrail", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::Route53Resolver::ResolverEndpoint", "AWS::BedrockAgentCore::Runtime", "AWS::BedrockAgentCore::Browser", "AWS::BedrockAgentCore::CodeInterpreter"
|
|
1835
|
+
# resp.telemetry_rule_summaries[0].resource_type #=> String, one of "AWS::EC2::Instance", "AWS::EC2::VPC", "AWS::Lambda::Function", "AWS::CloudTrail", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::Route53Resolver::ResolverEndpoint", "AWS::BedrockAgentCore::Runtime", "AWS::BedrockAgentCore::Browser", "AWS::BedrockAgentCore::CodeInterpreter", "AWS::BedrockAgentCore::Gateway", "AWS::BedrockAgentCore::Memory", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution"
|
|
1834
1836
|
# resp.telemetry_rule_summaries[0].telemetry_type #=> String, one of "Logs", "Metrics", "Traces"
|
|
1835
1837
|
# resp.telemetry_rule_summaries[0].telemetry_source_types #=> Array
|
|
1836
1838
|
# resp.telemetry_rule_summaries[0].telemetry_source_types[0] #=> String, one of "VPC_FLOW_LOGS", "ROUTE53_RESOLVER_QUERY_LOGS", "EKS_AUDIT_LOGS", "EKS_AUTHENTICATOR_LOGS", "EKS_CONTROLLER_MANAGER_LOGS", "EKS_SCHEDULER_LOGS", "EKS_API_LOGS"
|
|
@@ -2075,7 +2077,8 @@ module Aws::ObservabilityAdmin
|
|
|
2075
2077
|
# regions: ["Region"], # required
|
|
2076
2078
|
# scope: "SourceFilterString",
|
|
2077
2079
|
# source_logs_configuration: {
|
|
2078
|
-
# log_group_selection_criteria: "LogsFilterString",
|
|
2080
|
+
# log_group_selection_criteria: "LogsFilterString",
|
|
2081
|
+
# data_source_selection_criteria: "DataSourceFilterString",
|
|
2079
2082
|
# encrypted_log_group_strategy: "ALLOW", # required, accepts ALLOW, SKIP
|
|
2080
2083
|
# },
|
|
2081
2084
|
# },
|
|
@@ -2231,7 +2234,7 @@ module Aws::ObservabilityAdmin
|
|
|
2231
2234
|
# resp = client.update_telemetry_rule({
|
|
2232
2235
|
# rule_identifier: "RuleIdentifier", # required
|
|
2233
2236
|
# rule: { # required
|
|
2234
|
-
# resource_type: "AWS::EC2::Instance", # accepts AWS::EC2::Instance, AWS::EC2::VPC, AWS::Lambda::Function, AWS::CloudTrail, AWS::EKS::Cluster, AWS::WAFv2::WebACL, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Route53Resolver::ResolverEndpoint, AWS::BedrockAgentCore::Runtime, AWS::BedrockAgentCore::Browser, AWS::BedrockAgentCore::CodeInterpreter
|
|
2237
|
+
# resource_type: "AWS::EC2::Instance", # accepts AWS::EC2::Instance, AWS::EC2::VPC, AWS::Lambda::Function, AWS::CloudTrail, AWS::EKS::Cluster, AWS::WAFv2::WebACL, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Route53Resolver::ResolverEndpoint, AWS::BedrockAgentCore::Runtime, AWS::BedrockAgentCore::Browser, AWS::BedrockAgentCore::CodeInterpreter, AWS::BedrockAgentCore::Gateway, AWS::BedrockAgentCore::Memory, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution
|
|
2235
2238
|
# telemetry_type: "Logs", # required, accepts Logs, Metrics, Traces
|
|
2236
2239
|
# telemetry_source_types: ["VPC_FLOW_LOGS"], # accepts VPC_FLOW_LOGS, ROUTE53_RESOLVER_QUERY_LOGS, EKS_AUDIT_LOGS, EKS_AUTHENTICATOR_LOGS, EKS_CONTROLLER_MANAGER_LOGS, EKS_SCHEDULER_LOGS, EKS_API_LOGS
|
|
2237
2240
|
# destination_configuration: {
|
|
@@ -2298,7 +2301,7 @@ module Aws::ObservabilityAdmin
|
|
|
2298
2301
|
# log_type: "WAF_LOGS", # accepts WAF_LOGS
|
|
2299
2302
|
# },
|
|
2300
2303
|
# log_delivery_parameters: {
|
|
2301
|
-
# log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS
|
|
2304
|
+
# log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS, SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS
|
|
2302
2305
|
# },
|
|
2303
2306
|
# },
|
|
2304
2307
|
# scope: "String",
|
|
@@ -2342,7 +2345,7 @@ module Aws::ObservabilityAdmin
|
|
|
2342
2345
|
# resp = client.update_telemetry_rule_for_organization({
|
|
2343
2346
|
# rule_identifier: "RuleIdentifier", # required
|
|
2344
2347
|
# rule: { # required
|
|
2345
|
-
# resource_type: "AWS::EC2::Instance", # accepts AWS::EC2::Instance, AWS::EC2::VPC, AWS::Lambda::Function, AWS::CloudTrail, AWS::EKS::Cluster, AWS::WAFv2::WebACL, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Route53Resolver::ResolverEndpoint, AWS::BedrockAgentCore::Runtime, AWS::BedrockAgentCore::Browser, AWS::BedrockAgentCore::CodeInterpreter
|
|
2348
|
+
# resource_type: "AWS::EC2::Instance", # accepts AWS::EC2::Instance, AWS::EC2::VPC, AWS::Lambda::Function, AWS::CloudTrail, AWS::EKS::Cluster, AWS::WAFv2::WebACL, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Route53Resolver::ResolverEndpoint, AWS::BedrockAgentCore::Runtime, AWS::BedrockAgentCore::Browser, AWS::BedrockAgentCore::CodeInterpreter, AWS::BedrockAgentCore::Gateway, AWS::BedrockAgentCore::Memory, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution
|
|
2346
2349
|
# telemetry_type: "Logs", # required, accepts Logs, Metrics, Traces
|
|
2347
2350
|
# telemetry_source_types: ["VPC_FLOW_LOGS"], # accepts VPC_FLOW_LOGS, ROUTE53_RESOLVER_QUERY_LOGS, EKS_AUDIT_LOGS, EKS_AUTHENTICATOR_LOGS, EKS_CONTROLLER_MANAGER_LOGS, EKS_SCHEDULER_LOGS, EKS_API_LOGS
|
|
2348
2351
|
# destination_configuration: {
|
|
@@ -2409,7 +2412,7 @@ module Aws::ObservabilityAdmin
|
|
|
2409
2412
|
# log_type: "WAF_LOGS", # accepts WAF_LOGS
|
|
2410
2413
|
# },
|
|
2411
2414
|
# log_delivery_parameters: {
|
|
2412
|
-
# log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS
|
|
2415
|
+
# log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS, SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS
|
|
2413
2416
|
# },
|
|
2414
2417
|
# },
|
|
2415
2418
|
# scope: "String",
|
|
@@ -2484,7 +2487,7 @@ module Aws::ObservabilityAdmin
|
|
|
2484
2487
|
tracer: tracer
|
|
2485
2488
|
)
|
|
2486
2489
|
context[:gem_name] = 'aws-sdk-observabilityadmin'
|
|
2487
|
-
context[:gem_version] = '1.
|
|
2490
|
+
context[:gem_version] = '1.24.0'
|
|
2488
2491
|
Seahorse::Client::Request.new(handlers, context)
|
|
2489
2492
|
end
|
|
2490
2493
|
|
|
@@ -46,6 +46,7 @@ module Aws::ObservabilityAdmin
|
|
|
46
46
|
CreateTelemetryRuleInput = Shapes::StructureShape.new(name: 'CreateTelemetryRuleInput')
|
|
47
47
|
CreateTelemetryRuleOutput = Shapes::StructureShape.new(name: 'CreateTelemetryRuleOutput')
|
|
48
48
|
DataSource = Shapes::StructureShape.new(name: 'DataSource')
|
|
49
|
+
DataSourceFilterString = Shapes::StringShape.new(name: 'DataSourceFilterString')
|
|
49
50
|
DataSources = Shapes::ListShape.new(name: 'DataSources')
|
|
50
51
|
DeleteCentralizationRuleForOrganizationInput = Shapes::StructureShape.new(name: 'DeleteCentralizationRuleForOrganizationInput')
|
|
51
52
|
DeleteS3TableIntegrationInput = Shapes::StructureShape.new(name: 'DeleteS3TableIntegrationInput')
|
|
@@ -600,7 +601,8 @@ module Aws::ObservabilityAdmin
|
|
|
600
601
|
Source.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
601
602
|
Source.struct_class = Types::Source
|
|
602
603
|
|
|
603
|
-
SourceLogsConfiguration.add_member(:log_group_selection_criteria, Shapes::ShapeRef.new(shape: LogsFilterString,
|
|
604
|
+
SourceLogsConfiguration.add_member(:log_group_selection_criteria, Shapes::ShapeRef.new(shape: LogsFilterString, location_name: "LogGroupSelectionCriteria"))
|
|
605
|
+
SourceLogsConfiguration.add_member(:data_source_selection_criteria, Shapes::ShapeRef.new(shape: DataSourceFilterString, location_name: "DataSourceSelectionCriteria"))
|
|
604
606
|
SourceLogsConfiguration.add_member(:encrypted_log_group_strategy, Shapes::ShapeRef.new(shape: EncryptedLogGroupStrategy, required: true, location_name: "EncryptedLogGroupStrategy"))
|
|
605
607
|
SourceLogsConfiguration.struct_class = Types::SourceLogsConfiguration
|
|
606
608
|
|
|
@@ -1571,13 +1571,14 @@ module Aws::ObservabilityAdmin
|
|
|
1571
1571
|
# * **$\{source.logGroup}** — The original log group name from the
|
|
1572
1572
|
# source account.
|
|
1573
1573
|
#
|
|
1574
|
-
# * **$\{source.accountId}** — The
|
|
1575
|
-
# originated.
|
|
1574
|
+
# * **$\{source.accountId}** — The Amazon Web Services account ID
|
|
1575
|
+
# where the log originated.
|
|
1576
1576
|
#
|
|
1577
|
-
# * **$\{source.region}** — The
|
|
1577
|
+
# * **$\{source.region}** — The Amazon Web Services Region where the
|
|
1578
|
+
# log originated.
|
|
1578
1579
|
#
|
|
1579
|
-
# * **$\{source.org.id}** — The
|
|
1580
|
-
# account.
|
|
1580
|
+
# * **$\{source.org.id}** — The Amazon Web Services Organization ID of
|
|
1581
|
+
# the source account.
|
|
1581
1582
|
#
|
|
1582
1583
|
# * **$\{source.org.ouId}** — The organizational unit ID of the source
|
|
1583
1584
|
# account.
|
|
@@ -1838,6 +1839,15 @@ module Aws::ObservabilityAdmin
|
|
|
1838
1839
|
# filters.
|
|
1839
1840
|
# @return [String]
|
|
1840
1841
|
#
|
|
1842
|
+
# @!attribute [rw] data_source_selection_criteria
|
|
1843
|
+
# The selection criteria that specifies which data sources to
|
|
1844
|
+
# centralize. The selection criteria uses the same filter expression
|
|
1845
|
+
# format as `LogGroupSelectionCriteria`, but operates on
|
|
1846
|
+
# `DataSourceName` and `DataSourceType` operands. When both
|
|
1847
|
+
# `LogGroupSelectionCriteria` and `DataSourceSelectionCriteria` are
|
|
1848
|
+
# specified, a log event must match both criteria to be centralized.
|
|
1849
|
+
# @return [String]
|
|
1850
|
+
#
|
|
1841
1851
|
# @!attribute [rw] encrypted_log_group_strategy
|
|
1842
1852
|
# A strategy determining whether to centralize source log groups that
|
|
1843
1853
|
# are encrypted with customer managed KMS keys (CMK). ALLOW will
|
|
@@ -1849,6 +1859,7 @@ module Aws::ObservabilityAdmin
|
|
|
1849
1859
|
#
|
|
1850
1860
|
class SourceLogsConfiguration < Struct.new(
|
|
1851
1861
|
:log_group_selection_criteria,
|
|
1862
|
+
:data_source_selection_criteria,
|
|
1852
1863
|
:encrypted_log_group_strategy)
|
|
1853
1864
|
SENSITIVE = []
|
|
1854
1865
|
include Aws::Structure
|
data/sig/client.rbs
CHANGED
|
@@ -90,7 +90,8 @@ module Aws
|
|
|
90
90
|
regions: Array[::String],
|
|
91
91
|
scope: ::String?,
|
|
92
92
|
source_logs_configuration: {
|
|
93
|
-
log_group_selection_criteria: ::String
|
|
93
|
+
log_group_selection_criteria: ::String?,
|
|
94
|
+
data_source_selection_criteria: ::String?,
|
|
94
95
|
encrypted_log_group_strategy: ("ALLOW" | "SKIP")
|
|
95
96
|
}?
|
|
96
97
|
},
|
|
@@ -154,7 +155,7 @@ module Aws
|
|
|
154
155
|
def create_telemetry_rule: (
|
|
155
156
|
rule_name: ::String,
|
|
156
157
|
rule: {
|
|
157
|
-
resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter")?,
|
|
158
|
+
resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution")?,
|
|
158
159
|
telemetry_type: ("Logs" | "Metrics" | "Traces"),
|
|
159
160
|
telemetry_source_types: Array[("VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS")]?,
|
|
160
161
|
destination_configuration: {
|
|
@@ -221,7 +222,7 @@ module Aws
|
|
|
221
222
|
log_type: ("WAF_LOGS")?
|
|
222
223
|
}?,
|
|
223
224
|
log_delivery_parameters: {
|
|
224
|
-
log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS")]?
|
|
225
|
+
log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS" | "SECURITY_FINDING_LOGS" | "ACCESS_LOGS" | "CONNECTION_LOGS")]?
|
|
225
226
|
}?
|
|
226
227
|
}?,
|
|
227
228
|
scope: ::String?,
|
|
@@ -239,7 +240,7 @@ module Aws
|
|
|
239
240
|
def create_telemetry_rule_for_organization: (
|
|
240
241
|
rule_name: ::String,
|
|
241
242
|
rule: {
|
|
242
|
-
resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter")?,
|
|
243
|
+
resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution")?,
|
|
243
244
|
telemetry_type: ("Logs" | "Metrics" | "Traces"),
|
|
244
245
|
telemetry_source_types: Array[("VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS")]?,
|
|
245
246
|
destination_configuration: {
|
|
@@ -306,7 +307,7 @@ module Aws
|
|
|
306
307
|
log_type: ("WAF_LOGS")?
|
|
307
308
|
}?,
|
|
308
309
|
log_delivery_parameters: {
|
|
309
|
-
log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS")]?
|
|
310
|
+
log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS" | "SECURITY_FINDING_LOGS" | "ACCESS_LOGS" | "CONNECTION_LOGS")]?
|
|
310
311
|
}?
|
|
311
312
|
}?,
|
|
312
313
|
scope: ::String?,
|
|
@@ -469,7 +470,7 @@ module Aws
|
|
|
469
470
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#list_resource_telemetry-instance_method
|
|
470
471
|
def list_resource_telemetry: (
|
|
471
472
|
?resource_identifier_prefix: ::String,
|
|
472
|
-
?resource_types: Array[("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter")],
|
|
473
|
+
?resource_types: Array[("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution")],
|
|
473
474
|
?telemetry_configuration_state: Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")],
|
|
474
475
|
?resource_tags: Hash[::String, ::String],
|
|
475
476
|
?max_results: ::Integer,
|
|
@@ -486,7 +487,7 @@ module Aws
|
|
|
486
487
|
def list_resource_telemetry_for_organization: (
|
|
487
488
|
?account_identifiers: Array[::String],
|
|
488
489
|
?resource_identifier_prefix: ::String,
|
|
489
|
-
?resource_types: Array[("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter")],
|
|
490
|
+
?resource_types: Array[("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution")],
|
|
490
491
|
?telemetry_configuration_state: Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")],
|
|
491
492
|
?resource_tags: Hash[::String, ::String],
|
|
492
493
|
?max_results: ::Integer,
|
|
@@ -633,7 +634,8 @@ module Aws
|
|
|
633
634
|
regions: Array[::String],
|
|
634
635
|
scope: ::String?,
|
|
635
636
|
source_logs_configuration: {
|
|
636
|
-
log_group_selection_criteria: ::String
|
|
637
|
+
log_group_selection_criteria: ::String?,
|
|
638
|
+
data_source_selection_criteria: ::String?,
|
|
637
639
|
encrypted_log_group_strategy: ("ALLOW" | "SKIP")
|
|
638
640
|
}?
|
|
639
641
|
},
|
|
@@ -679,7 +681,7 @@ module Aws
|
|
|
679
681
|
def update_telemetry_rule: (
|
|
680
682
|
rule_identifier: ::String,
|
|
681
683
|
rule: {
|
|
682
|
-
resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter")?,
|
|
684
|
+
resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution")?,
|
|
683
685
|
telemetry_type: ("Logs" | "Metrics" | "Traces"),
|
|
684
686
|
telemetry_source_types: Array[("VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS")]?,
|
|
685
687
|
destination_configuration: {
|
|
@@ -746,7 +748,7 @@ module Aws
|
|
|
746
748
|
log_type: ("WAF_LOGS")?
|
|
747
749
|
}?,
|
|
748
750
|
log_delivery_parameters: {
|
|
749
|
-
log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS")]?
|
|
751
|
+
log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS" | "SECURITY_FINDING_LOGS" | "ACCESS_LOGS" | "CONNECTION_LOGS")]?
|
|
750
752
|
}?
|
|
751
753
|
}?,
|
|
752
754
|
scope: ::String?,
|
|
@@ -763,7 +765,7 @@ module Aws
|
|
|
763
765
|
def update_telemetry_rule_for_organization: (
|
|
764
766
|
rule_identifier: ::String,
|
|
765
767
|
rule: {
|
|
766
|
-
resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter")?,
|
|
768
|
+
resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution")?,
|
|
767
769
|
telemetry_type: ("Logs" | "Metrics" | "Traces"),
|
|
768
770
|
telemetry_source_types: Array[("VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS")]?,
|
|
769
771
|
destination_configuration: {
|
|
@@ -830,7 +832,7 @@ module Aws
|
|
|
830
832
|
log_type: ("WAF_LOGS")?
|
|
831
833
|
}?,
|
|
832
834
|
log_delivery_parameters: {
|
|
833
|
-
log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS")]?
|
|
835
|
+
log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS" | "SECURITY_FINDING_LOGS" | "ACCESS_LOGS" | "CONNECTION_LOGS")]?
|
|
834
836
|
}?
|
|
835
837
|
}?,
|
|
836
838
|
scope: ::String?,
|
data/sig/types.rbs
CHANGED
|
@@ -354,7 +354,7 @@ module Aws::ObservabilityAdmin
|
|
|
354
354
|
class ListResourceTelemetryForOrganizationInput
|
|
355
355
|
attr_accessor account_identifiers: ::Array[::String]
|
|
356
356
|
attr_accessor resource_identifier_prefix: ::String
|
|
357
|
-
attr_accessor resource_types: ::Array[("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter")]
|
|
357
|
+
attr_accessor resource_types: ::Array[("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution")]
|
|
358
358
|
attr_accessor telemetry_configuration_state: ::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")]
|
|
359
359
|
attr_accessor resource_tags: ::Hash[::String, ::String]
|
|
360
360
|
attr_accessor max_results: ::Integer
|
|
@@ -370,7 +370,7 @@ module Aws::ObservabilityAdmin
|
|
|
370
370
|
|
|
371
371
|
class ListResourceTelemetryInput
|
|
372
372
|
attr_accessor resource_identifier_prefix: ::String
|
|
373
|
-
attr_accessor resource_types: ::Array[("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter")]
|
|
373
|
+
attr_accessor resource_types: ::Array[("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution")]
|
|
374
374
|
attr_accessor telemetry_configuration_state: ::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")]
|
|
375
375
|
attr_accessor resource_tags: ::Hash[::String, ::String]
|
|
376
376
|
attr_accessor max_results: ::Integer
|
|
@@ -447,7 +447,7 @@ module Aws::ObservabilityAdmin
|
|
|
447
447
|
end
|
|
448
448
|
|
|
449
449
|
class LogDeliveryParameters
|
|
450
|
-
attr_accessor log_types: ::Array[("APPLICATION_LOGS" | "USAGE_LOGS")]
|
|
450
|
+
attr_accessor log_types: ::Array[("APPLICATION_LOGS" | "USAGE_LOGS" | "SECURITY_FINDING_LOGS" | "ACCESS_LOGS" | "CONNECTION_LOGS")]
|
|
451
451
|
SENSITIVE: []
|
|
452
452
|
end
|
|
453
453
|
|
|
@@ -521,6 +521,7 @@ module Aws::ObservabilityAdmin
|
|
|
521
521
|
|
|
522
522
|
class SourceLogsConfiguration
|
|
523
523
|
attr_accessor log_group_selection_criteria: ::String
|
|
524
|
+
attr_accessor data_source_selection_criteria: ::String
|
|
524
525
|
attr_accessor encrypted_log_group_strategy: ("ALLOW" | "SKIP")
|
|
525
526
|
SENSITIVE: []
|
|
526
527
|
end
|
|
@@ -545,7 +546,7 @@ module Aws::ObservabilityAdmin
|
|
|
545
546
|
class TelemetryConfiguration
|
|
546
547
|
attr_accessor account_identifier: ::String
|
|
547
548
|
attr_accessor telemetry_configuration_state: ::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")]
|
|
548
|
-
attr_accessor resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter")
|
|
549
|
+
attr_accessor resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution")
|
|
549
550
|
attr_accessor resource_identifier: ::String
|
|
550
551
|
attr_accessor resource_tags: ::Hash[::String, ::String]
|
|
551
552
|
attr_accessor last_update_time_stamp: ::Integer
|
|
@@ -599,7 +600,7 @@ module Aws::ObservabilityAdmin
|
|
|
599
600
|
end
|
|
600
601
|
|
|
601
602
|
class TelemetryRule
|
|
602
|
-
attr_accessor resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter")
|
|
603
|
+
attr_accessor resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution")
|
|
603
604
|
attr_accessor telemetry_type: ("Logs" | "Metrics" | "Traces")
|
|
604
605
|
attr_accessor telemetry_source_types: ::Array[("VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS")]
|
|
605
606
|
attr_accessor destination_configuration: Types::TelemetryDestinationConfiguration
|
|
@@ -613,7 +614,7 @@ module Aws::ObservabilityAdmin
|
|
|
613
614
|
attr_accessor rule_arn: ::String
|
|
614
615
|
attr_accessor created_time_stamp: ::Integer
|
|
615
616
|
attr_accessor last_update_time_stamp: ::Integer
|
|
616
|
-
attr_accessor resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter")
|
|
617
|
+
attr_accessor resource_type: ("AWS::EC2::Instance" | "AWS::EC2::VPC" | "AWS::Lambda::Function" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::WAFv2::WebACL" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::Route53Resolver::ResolverEndpoint" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter" | "AWS::BedrockAgentCore::Gateway" | "AWS::BedrockAgentCore::Memory" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution")
|
|
617
618
|
attr_accessor telemetry_type: ("Logs" | "Metrics" | "Traces")
|
|
618
619
|
attr_accessor telemetry_source_types: ::Array[("VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS")]
|
|
619
620
|
SENSITIVE: []
|