aws-sdk-observabilityadmin 1.25.0 → 1.27.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 +33 -13
- data/lib/aws-sdk-observabilityadmin/client_api.rb +7 -0
- data/lib/aws-sdk-observabilityadmin/types.rb +34 -1
- data/lib/aws-sdk-observabilityadmin.rb +1 -1
- data/sig/client.rbs +22 -6
- data/sig/types.rbs +12 -5
- 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: 395210cadb4288aed1c89e36cbadc6321510d6bad41774e8d2767db0b81fd351
|
|
4
|
+
data.tar.gz: de1207f362c38ba601f4f0fc682e5c19c15a8735fcdfcc76a52383eb8475bb55
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b74564fe02dd2ea6dfc7866e050e94791d58698556a0ffcdb7b22cc0a6e05d695304740c9912fabb13312b6d5bda39abeb097c1a5d053cc0159c13df155d1ba5
|
|
7
|
+
data.tar.gz: 21fd518bd710bc161f7e7fa1858df72b07b3061ae7fa3272d748f977afe58fe1e853cb0e0cc6bf94acae905a9b63d50adcfc71f2165aa2970326be26e327fcee
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.27.0 (2026-04-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Observability Admin enablement launch for AWS Kafka, Bedrock Agent Core Workload Identity and OTel metric enablement.
|
|
8
|
+
|
|
9
|
+
1.26.0 (2026-04-20)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Enablement for Security Hub v2 via Observability Admin Telemetry Rule for account and organization level.
|
|
13
|
+
|
|
4
14
|
1.25.0 (2026-04-10)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.27.0
|
|
@@ -675,7 +675,7 @@ module Aws::ObservabilityAdmin
|
|
|
675
675
|
# resp = client.create_telemetry_rule({
|
|
676
676
|
# rule_name: "RuleName", # required
|
|
677
677
|
# rule: { # required
|
|
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
|
+
# 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::BedrockAgentCore::WorkloadIdentity, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster
|
|
679
679
|
# telemetry_type: "Logs", # required, accepts Logs, Metrics, Traces
|
|
680
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
|
|
681
681
|
# destination_configuration: {
|
|
@@ -744,9 +744,13 @@ module Aws::ObservabilityAdmin
|
|
|
744
744
|
# log_delivery_parameters: {
|
|
745
745
|
# log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS, SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS
|
|
746
746
|
# },
|
|
747
|
+
# msk_monitoring_parameters: {
|
|
748
|
+
# enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
|
|
749
|
+
# },
|
|
747
750
|
# },
|
|
748
751
|
# scope: "String",
|
|
749
752
|
# selection_criteria: "String",
|
|
753
|
+
# allow_field_updates: false,
|
|
750
754
|
# regions: ["Region"],
|
|
751
755
|
# all_regions: false,
|
|
752
756
|
# },
|
|
@@ -794,7 +798,7 @@ module Aws::ObservabilityAdmin
|
|
|
794
798
|
# resp = client.create_telemetry_rule_for_organization({
|
|
795
799
|
# rule_name: "RuleName", # required
|
|
796
800
|
# rule: { # required
|
|
797
|
-
# 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
|
|
801
|
+
# 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::BedrockAgentCore::WorkloadIdentity, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster
|
|
798
802
|
# telemetry_type: "Logs", # required, accepts Logs, Metrics, Traces
|
|
799
803
|
# 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
|
|
800
804
|
# destination_configuration: {
|
|
@@ -863,9 +867,13 @@ module Aws::ObservabilityAdmin
|
|
|
863
867
|
# log_delivery_parameters: {
|
|
864
868
|
# log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS, SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS
|
|
865
869
|
# },
|
|
870
|
+
# msk_monitoring_parameters: {
|
|
871
|
+
# enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
|
|
872
|
+
# },
|
|
866
873
|
# },
|
|
867
874
|
# scope: "String",
|
|
868
875
|
# selection_criteria: "String",
|
|
876
|
+
# allow_field_updates: false,
|
|
869
877
|
# regions: ["Region"],
|
|
870
878
|
# all_regions: false,
|
|
871
879
|
# },
|
|
@@ -1261,7 +1269,7 @@ module Aws::ObservabilityAdmin
|
|
|
1261
1269
|
# resp.rule_arn #=> String
|
|
1262
1270
|
# resp.created_time_stamp #=> Integer
|
|
1263
1271
|
# resp.last_update_time_stamp #=> Integer
|
|
1264
|
-
# 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"
|
|
1272
|
+
# 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::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster"
|
|
1265
1273
|
# resp.telemetry_rule.telemetry_type #=> String, one of "Logs", "Metrics", "Traces"
|
|
1266
1274
|
# resp.telemetry_rule.telemetry_source_types #=> Array
|
|
1267
1275
|
# 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"
|
|
@@ -1304,8 +1312,10 @@ module Aws::ObservabilityAdmin
|
|
|
1304
1312
|
# resp.telemetry_rule.destination_configuration.waf_logging_parameters.log_type #=> String, one of "WAF_LOGS"
|
|
1305
1313
|
# resp.telemetry_rule.destination_configuration.log_delivery_parameters.log_types #=> Array
|
|
1306
1314
|
# 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"
|
|
1315
|
+
# resp.telemetry_rule.destination_configuration.msk_monitoring_parameters.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
|
|
1307
1316
|
# resp.telemetry_rule.scope #=> String
|
|
1308
1317
|
# resp.telemetry_rule.selection_criteria #=> String
|
|
1318
|
+
# resp.telemetry_rule.allow_field_updates #=> Boolean
|
|
1309
1319
|
# resp.telemetry_rule.regions #=> Array
|
|
1310
1320
|
# resp.telemetry_rule.regions[0] #=> String
|
|
1311
1321
|
# resp.telemetry_rule.all_regions #=> Boolean
|
|
@@ -1357,7 +1367,7 @@ module Aws::ObservabilityAdmin
|
|
|
1357
1367
|
# resp.rule_arn #=> String
|
|
1358
1368
|
# resp.created_time_stamp #=> Integer
|
|
1359
1369
|
# resp.last_update_time_stamp #=> Integer
|
|
1360
|
-
# 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"
|
|
1370
|
+
# 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::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster"
|
|
1361
1371
|
# resp.telemetry_rule.telemetry_type #=> String, one of "Logs", "Metrics", "Traces"
|
|
1362
1372
|
# resp.telemetry_rule.telemetry_source_types #=> Array
|
|
1363
1373
|
# 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"
|
|
@@ -1400,8 +1410,10 @@ module Aws::ObservabilityAdmin
|
|
|
1400
1410
|
# resp.telemetry_rule.destination_configuration.waf_logging_parameters.log_type #=> String, one of "WAF_LOGS"
|
|
1401
1411
|
# resp.telemetry_rule.destination_configuration.log_delivery_parameters.log_types #=> Array
|
|
1402
1412
|
# 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"
|
|
1413
|
+
# resp.telemetry_rule.destination_configuration.msk_monitoring_parameters.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
|
|
1403
1414
|
# resp.telemetry_rule.scope #=> String
|
|
1404
1415
|
# resp.telemetry_rule.selection_criteria #=> String
|
|
1416
|
+
# resp.telemetry_rule.allow_field_updates #=> Boolean
|
|
1405
1417
|
# resp.telemetry_rule.regions #=> Array
|
|
1406
1418
|
# resp.telemetry_rule.regions[0] #=> String
|
|
1407
1419
|
# resp.telemetry_rule.all_regions #=> Boolean
|
|
@@ -1531,7 +1543,7 @@ module Aws::ObservabilityAdmin
|
|
|
1531
1543
|
#
|
|
1532
1544
|
# resp = client.list_resource_telemetry({
|
|
1533
1545
|
# resource_identifier_prefix: "ResourceIdentifierPrefix",
|
|
1534
|
-
# 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
|
|
1546
|
+
# 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::BedrockAgentCore::WorkloadIdentity, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster
|
|
1535
1547
|
# telemetry_configuration_state: {
|
|
1536
1548
|
# "Logs" => "Enabled", # accepts Enabled, Disabled, NotApplicable
|
|
1537
1549
|
# },
|
|
@@ -1548,7 +1560,7 @@ module Aws::ObservabilityAdmin
|
|
|
1548
1560
|
# resp.telemetry_configurations[0].account_identifier #=> String
|
|
1549
1561
|
# resp.telemetry_configurations[0].telemetry_configuration_state #=> Hash
|
|
1550
1562
|
# resp.telemetry_configurations[0].telemetry_configuration_state["TelemetryType"] #=> String, one of "Enabled", "Disabled", "NotApplicable"
|
|
1551
|
-
# 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"
|
|
1563
|
+
# 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::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster"
|
|
1552
1564
|
# resp.telemetry_configurations[0].resource_identifier #=> String
|
|
1553
1565
|
# resp.telemetry_configurations[0].resource_tags #=> Hash
|
|
1554
1566
|
# resp.telemetry_configurations[0].resource_tags["String"] #=> String
|
|
@@ -1615,7 +1627,7 @@ module Aws::ObservabilityAdmin
|
|
|
1615
1627
|
# resp = client.list_resource_telemetry_for_organization({
|
|
1616
1628
|
# account_identifiers: ["AccountIdentifier"],
|
|
1617
1629
|
# resource_identifier_prefix: "ResourceIdentifierPrefix",
|
|
1618
|
-
# 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
|
|
1630
|
+
# 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::BedrockAgentCore::WorkloadIdentity, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster
|
|
1619
1631
|
# telemetry_configuration_state: {
|
|
1620
1632
|
# "Logs" => "Enabled", # accepts Enabled, Disabled, NotApplicable
|
|
1621
1633
|
# },
|
|
@@ -1632,7 +1644,7 @@ module Aws::ObservabilityAdmin
|
|
|
1632
1644
|
# resp.telemetry_configurations[0].account_identifier #=> String
|
|
1633
1645
|
# resp.telemetry_configurations[0].telemetry_configuration_state #=> Hash
|
|
1634
1646
|
# resp.telemetry_configurations[0].telemetry_configuration_state["TelemetryType"] #=> String, one of "Enabled", "Disabled", "NotApplicable"
|
|
1635
|
-
# 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"
|
|
1647
|
+
# 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::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster"
|
|
1636
1648
|
# resp.telemetry_configurations[0].resource_identifier #=> String
|
|
1637
1649
|
# resp.telemetry_configurations[0].resource_tags #=> Hash
|
|
1638
1650
|
# resp.telemetry_configurations[0].resource_tags["String"] #=> String
|
|
@@ -1815,7 +1827,7 @@ module Aws::ObservabilityAdmin
|
|
|
1815
1827
|
# resp.telemetry_rule_summaries[0].rule_arn #=> String
|
|
1816
1828
|
# resp.telemetry_rule_summaries[0].created_time_stamp #=> Integer
|
|
1817
1829
|
# resp.telemetry_rule_summaries[0].last_update_time_stamp #=> Integer
|
|
1818
|
-
# 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"
|
|
1830
|
+
# 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::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster"
|
|
1819
1831
|
# resp.telemetry_rule_summaries[0].telemetry_type #=> String, one of "Logs", "Metrics", "Traces"
|
|
1820
1832
|
# resp.telemetry_rule_summaries[0].telemetry_source_types #=> Array
|
|
1821
1833
|
# 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"
|
|
@@ -1878,7 +1890,7 @@ module Aws::ObservabilityAdmin
|
|
|
1878
1890
|
# resp.telemetry_rule_summaries[0].rule_arn #=> String
|
|
1879
1891
|
# resp.telemetry_rule_summaries[0].created_time_stamp #=> Integer
|
|
1880
1892
|
# resp.telemetry_rule_summaries[0].last_update_time_stamp #=> Integer
|
|
1881
|
-
# 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"
|
|
1893
|
+
# 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::BedrockAgentCore::WorkloadIdentity", "AWS::SecurityHub::Hub", "AWS::CloudFront::Distribution", "AWS::SecurityHub::HubV2", "AWS::CloudWatch::OTelEnrichment", "AWS::MSK::Cluster"
|
|
1882
1894
|
# resp.telemetry_rule_summaries[0].telemetry_type #=> String, one of "Logs", "Metrics", "Traces"
|
|
1883
1895
|
# resp.telemetry_rule_summaries[0].telemetry_source_types #=> Array
|
|
1884
1896
|
# 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"
|
|
@@ -2329,7 +2341,7 @@ module Aws::ObservabilityAdmin
|
|
|
2329
2341
|
# resp = client.update_telemetry_rule({
|
|
2330
2342
|
# rule_identifier: "RuleIdentifier", # required
|
|
2331
2343
|
# rule: { # required
|
|
2332
|
-
# 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
|
|
2344
|
+
# 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::BedrockAgentCore::WorkloadIdentity, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster
|
|
2333
2345
|
# telemetry_type: "Logs", # required, accepts Logs, Metrics, Traces
|
|
2334
2346
|
# 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
|
|
2335
2347
|
# destination_configuration: {
|
|
@@ -2398,9 +2410,13 @@ module Aws::ObservabilityAdmin
|
|
|
2398
2410
|
# log_delivery_parameters: {
|
|
2399
2411
|
# log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS, SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS
|
|
2400
2412
|
# },
|
|
2413
|
+
# msk_monitoring_parameters: {
|
|
2414
|
+
# enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
|
|
2415
|
+
# },
|
|
2401
2416
|
# },
|
|
2402
2417
|
# scope: "String",
|
|
2403
2418
|
# selection_criteria: "String",
|
|
2419
|
+
# allow_field_updates: false,
|
|
2404
2420
|
# regions: ["Region"],
|
|
2405
2421
|
# all_regions: false,
|
|
2406
2422
|
# },
|
|
@@ -2442,7 +2458,7 @@ module Aws::ObservabilityAdmin
|
|
|
2442
2458
|
# resp = client.update_telemetry_rule_for_organization({
|
|
2443
2459
|
# rule_identifier: "RuleIdentifier", # required
|
|
2444
2460
|
# rule: { # required
|
|
2445
|
-
# 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
|
|
2461
|
+
# 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::BedrockAgentCore::WorkloadIdentity, AWS::SecurityHub::Hub, AWS::CloudFront::Distribution, AWS::SecurityHub::HubV2, AWS::CloudWatch::OTelEnrichment, AWS::MSK::Cluster
|
|
2446
2462
|
# telemetry_type: "Logs", # required, accepts Logs, Metrics, Traces
|
|
2447
2463
|
# 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
|
|
2448
2464
|
# destination_configuration: {
|
|
@@ -2511,9 +2527,13 @@ module Aws::ObservabilityAdmin
|
|
|
2511
2527
|
# log_delivery_parameters: {
|
|
2512
2528
|
# log_types: ["APPLICATION_LOGS"], # accepts APPLICATION_LOGS, USAGE_LOGS, SECURITY_FINDING_LOGS, ACCESS_LOGS, CONNECTION_LOGS
|
|
2513
2529
|
# },
|
|
2530
|
+
# msk_monitoring_parameters: {
|
|
2531
|
+
# enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
|
|
2532
|
+
# },
|
|
2514
2533
|
# },
|
|
2515
2534
|
# scope: "String",
|
|
2516
2535
|
# selection_criteria: "String",
|
|
2536
|
+
# allow_field_updates: false,
|
|
2517
2537
|
# regions: ["Region"],
|
|
2518
2538
|
# all_regions: false,
|
|
2519
2539
|
# },
|
|
@@ -2586,7 +2606,7 @@ module Aws::ObservabilityAdmin
|
|
|
2586
2606
|
tracer: tracer
|
|
2587
2607
|
)
|
|
2588
2608
|
context[:gem_name] = 'aws-sdk-observabilityadmin'
|
|
2589
|
-
context[:gem_version] = '1.
|
|
2609
|
+
context[:gem_version] = '1.27.0'
|
|
2590
2610
|
Seahorse::Client::Request.new(handlers, context)
|
|
2591
2611
|
end
|
|
2592
2612
|
|
|
@@ -126,6 +126,8 @@ module Aws::ObservabilityAdmin
|
|
|
126
126
|
LogsEncryptionConfiguration = Shapes::StructureShape.new(name: 'LogsEncryptionConfiguration')
|
|
127
127
|
LogsFilterString = Shapes::StringShape.new(name: 'LogsFilterString')
|
|
128
128
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
129
|
+
MskEnhancedMonitoringLevel = Shapes::StringShape.new(name: 'MskEnhancedMonitoringLevel')
|
|
130
|
+
MskMonitoringParameters = Shapes::StructureShape.new(name: 'MskMonitoringParameters')
|
|
129
131
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
|
130
132
|
OrganizationUnitIdentifier = Shapes::StringShape.new(name: 'OrganizationUnitIdentifier')
|
|
131
133
|
OrganizationUnitIdentifiers = Shapes::ListShape.new(name: 'OrganizationUnitIdentifiers')
|
|
@@ -571,6 +573,9 @@ module Aws::ObservabilityAdmin
|
|
|
571
573
|
LogsEncryptionConfiguration.add_member(:encryption_conflict_resolution_strategy, Shapes::ShapeRef.new(shape: EncryptionConflictResolutionStrategy, location_name: "EncryptionConflictResolutionStrategy"))
|
|
572
574
|
LogsEncryptionConfiguration.struct_class = Types::LogsEncryptionConfiguration
|
|
573
575
|
|
|
576
|
+
MskMonitoringParameters.add_member(:enhanced_monitoring, Shapes::ShapeRef.new(shape: MskEnhancedMonitoringLevel, location_name: "EnhancedMonitoring"))
|
|
577
|
+
MskMonitoringParameters.struct_class = Types::MskMonitoringParameters
|
|
578
|
+
|
|
574
579
|
OrganizationUnitIdentifiers.member = Shapes::ShapeRef.new(shape: OrganizationUnitIdentifier)
|
|
575
580
|
|
|
576
581
|
PipelineOutput.add_member(:record, Shapes::ShapeRef.new(shape: Record, location_name: "Record"))
|
|
@@ -683,6 +688,7 @@ module Aws::ObservabilityAdmin
|
|
|
683
688
|
TelemetryDestinationConfiguration.add_member(:elb_load_balancer_logging_parameters, Shapes::ShapeRef.new(shape: ELBLoadBalancerLoggingParameters, location_name: "ELBLoadBalancerLoggingParameters"))
|
|
684
689
|
TelemetryDestinationConfiguration.add_member(:waf_logging_parameters, Shapes::ShapeRef.new(shape: WAFLoggingParameters, location_name: "WAFLoggingParameters"))
|
|
685
690
|
TelemetryDestinationConfiguration.add_member(:log_delivery_parameters, Shapes::ShapeRef.new(shape: LogDeliveryParameters, location_name: "LogDeliveryParameters"))
|
|
691
|
+
TelemetryDestinationConfiguration.add_member(:msk_monitoring_parameters, Shapes::ShapeRef.new(shape: MskMonitoringParameters, location_name: "MskMonitoringParameters"))
|
|
686
692
|
TelemetryDestinationConfiguration.struct_class = Types::TelemetryDestinationConfiguration
|
|
687
693
|
|
|
688
694
|
TelemetryPipeline.add_member(:created_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "CreatedTimeStamp"))
|
|
@@ -718,6 +724,7 @@ module Aws::ObservabilityAdmin
|
|
|
718
724
|
TelemetryRule.add_member(:destination_configuration, Shapes::ShapeRef.new(shape: TelemetryDestinationConfiguration, location_name: "DestinationConfiguration"))
|
|
719
725
|
TelemetryRule.add_member(:scope, Shapes::ShapeRef.new(shape: String, location_name: "Scope"))
|
|
720
726
|
TelemetryRule.add_member(:selection_criteria, Shapes::ShapeRef.new(shape: String, location_name: "SelectionCriteria"))
|
|
727
|
+
TelemetryRule.add_member(:allow_field_updates, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowFieldUpdates"))
|
|
721
728
|
TelemetryRule.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, location_name: "Regions"))
|
|
722
729
|
TelemetryRule.add_member(:all_regions, Shapes::ShapeRef.new(shape: AllRegions, location_name: "AllRegions"))
|
|
723
730
|
TelemetryRule.struct_class = Types::TelemetryRule
|
|
@@ -1762,6 +1762,21 @@ module Aws::ObservabilityAdmin
|
|
|
1762
1762
|
include Aws::Structure
|
|
1763
1763
|
end
|
|
1764
1764
|
|
|
1765
|
+
# Configuration parameters for Amazon MSK cluster monitoring, including
|
|
1766
|
+
# enhanced monitoring level settings.
|
|
1767
|
+
#
|
|
1768
|
+
# @!attribute [rw] enhanced_monitoring
|
|
1769
|
+
# The level of enhanced monitoring for the MSK cluster.
|
|
1770
|
+
# @return [String]
|
|
1771
|
+
#
|
|
1772
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/MskMonitoringParameters AWS API Documentation
|
|
1773
|
+
#
|
|
1774
|
+
class MskMonitoringParameters < Struct.new(
|
|
1775
|
+
:enhanced_monitoring)
|
|
1776
|
+
SENSITIVE = []
|
|
1777
|
+
include Aws::Structure
|
|
1778
|
+
end
|
|
1779
|
+
|
|
1765
1780
|
# Contains the output from pipeline test operations, including processed
|
|
1766
1781
|
# records and any errors encountered.
|
|
1767
1782
|
#
|
|
@@ -2193,6 +2208,11 @@ module Aws::ObservabilityAdmin
|
|
|
2193
2208
|
# logging when Amazon Bedrock AgentCore is the resource type.
|
|
2194
2209
|
# @return [Types::LogDeliveryParameters]
|
|
2195
2210
|
#
|
|
2211
|
+
# @!attribute [rw] msk_monitoring_parameters
|
|
2212
|
+
# Configuration parameters specific to MSK monitoring when MSK is the
|
|
2213
|
+
# resource type.
|
|
2214
|
+
# @return [Types::MskMonitoringParameters]
|
|
2215
|
+
#
|
|
2196
2216
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/TelemetryDestinationConfiguration AWS API Documentation
|
|
2197
2217
|
#
|
|
2198
2218
|
class TelemetryDestinationConfiguration < Struct.new(
|
|
@@ -2203,7 +2223,8 @@ module Aws::ObservabilityAdmin
|
|
|
2203
2223
|
:cloudtrail_parameters,
|
|
2204
2224
|
:elb_load_balancer_logging_parameters,
|
|
2205
2225
|
:waf_logging_parameters,
|
|
2206
|
-
:log_delivery_parameters
|
|
2226
|
+
:log_delivery_parameters,
|
|
2227
|
+
:msk_monitoring_parameters)
|
|
2207
2228
|
SENSITIVE = []
|
|
2208
2229
|
include Aws::Structure
|
|
2209
2230
|
end
|
|
@@ -2402,6 +2423,17 @@ module Aws::ObservabilityAdmin
|
|
|
2402
2423
|
# resource tags.
|
|
2403
2424
|
# @return [String]
|
|
2404
2425
|
#
|
|
2426
|
+
# @!attribute [rw] allow_field_updates
|
|
2427
|
+
# If set to `true`, Amazon CloudWatch Observability Admin detects and
|
|
2428
|
+
# remediates configuration drift in telemetry resources that it
|
|
2429
|
+
# manages. For example, if a VPC flow log's format, traffic type, or
|
|
2430
|
+
# aggregation interval no longer matches the rule's destination
|
|
2431
|
+
# configuration, the flow log is replaced with one that matches. Only
|
|
2432
|
+
# Observability Admin-managed resources are updated; customer-created
|
|
2433
|
+
# resources are never modified. Currently supported for
|
|
2434
|
+
# `AWS::EC2::VPC` resources (VPC flow logs).
|
|
2435
|
+
# @return [Boolean]
|
|
2436
|
+
#
|
|
2405
2437
|
# @!attribute [rw] regions
|
|
2406
2438
|
# An optional list of Amazon Web Services Regions where this telemetry
|
|
2407
2439
|
# rule should be replicated. When specified, the rule is created in
|
|
@@ -2426,6 +2458,7 @@ module Aws::ObservabilityAdmin
|
|
|
2426
2458
|
:destination_configuration,
|
|
2427
2459
|
:scope,
|
|
2428
2460
|
:selection_criteria,
|
|
2461
|
+
:allow_field_updates,
|
|
2429
2462
|
:regions,
|
|
2430
2463
|
:all_regions)
|
|
2431
2464
|
SENSITIVE = []
|
data/sig/client.rbs
CHANGED
|
@@ -155,7 +155,7 @@ module Aws
|
|
|
155
155
|
def create_telemetry_rule: (
|
|
156
156
|
rule_name: ::String,
|
|
157
157
|
rule: {
|
|
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
|
+
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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster")?,
|
|
159
159
|
telemetry_type: ("Logs" | "Metrics" | "Traces"),
|
|
160
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")]?,
|
|
161
161
|
destination_configuration: {
|
|
@@ -223,10 +223,14 @@ module Aws
|
|
|
223
223
|
}?,
|
|
224
224
|
log_delivery_parameters: {
|
|
225
225
|
log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS" | "SECURITY_FINDING_LOGS" | "ACCESS_LOGS" | "CONNECTION_LOGS")]?
|
|
226
|
+
}?,
|
|
227
|
+
msk_monitoring_parameters: {
|
|
228
|
+
enhanced_monitoring: ("DEFAULT" | "PER_BROKER" | "PER_TOPIC_PER_BROKER" | "PER_TOPIC_PER_PARTITION")?
|
|
226
229
|
}?
|
|
227
230
|
}?,
|
|
228
231
|
scope: ::String?,
|
|
229
232
|
selection_criteria: ::String?,
|
|
233
|
+
allow_field_updates: bool?,
|
|
230
234
|
regions: Array[::String]?,
|
|
231
235
|
all_regions: bool?
|
|
232
236
|
},
|
|
@@ -242,7 +246,7 @@ module Aws
|
|
|
242
246
|
def create_telemetry_rule_for_organization: (
|
|
243
247
|
rule_name: ::String,
|
|
244
248
|
rule: {
|
|
245
|
-
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")?,
|
|
249
|
+
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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster")?,
|
|
246
250
|
telemetry_type: ("Logs" | "Metrics" | "Traces"),
|
|
247
251
|
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")]?,
|
|
248
252
|
destination_configuration: {
|
|
@@ -310,10 +314,14 @@ module Aws
|
|
|
310
314
|
}?,
|
|
311
315
|
log_delivery_parameters: {
|
|
312
316
|
log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS" | "SECURITY_FINDING_LOGS" | "ACCESS_LOGS" | "CONNECTION_LOGS")]?
|
|
317
|
+
}?,
|
|
318
|
+
msk_monitoring_parameters: {
|
|
319
|
+
enhanced_monitoring: ("DEFAULT" | "PER_BROKER" | "PER_TOPIC_PER_BROKER" | "PER_TOPIC_PER_PARTITION")?
|
|
313
320
|
}?
|
|
314
321
|
}?,
|
|
315
322
|
scope: ::String?,
|
|
316
323
|
selection_criteria: ::String?,
|
|
324
|
+
allow_field_updates: bool?,
|
|
317
325
|
regions: Array[::String]?,
|
|
318
326
|
all_regions: bool?
|
|
319
327
|
},
|
|
@@ -484,7 +492,7 @@ module Aws
|
|
|
484
492
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#list_resource_telemetry-instance_method
|
|
485
493
|
def list_resource_telemetry: (
|
|
486
494
|
?resource_identifier_prefix: ::String,
|
|
487
|
-
?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")],
|
|
495
|
+
?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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster")],
|
|
488
496
|
?telemetry_configuration_state: Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")],
|
|
489
497
|
?resource_tags: Hash[::String, ::String],
|
|
490
498
|
?max_results: ::Integer,
|
|
@@ -501,7 +509,7 @@ module Aws
|
|
|
501
509
|
def list_resource_telemetry_for_organization: (
|
|
502
510
|
?account_identifiers: Array[::String],
|
|
503
511
|
?resource_identifier_prefix: ::String,
|
|
504
|
-
?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")],
|
|
512
|
+
?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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster")],
|
|
505
513
|
?telemetry_configuration_state: Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")],
|
|
506
514
|
?resource_tags: Hash[::String, ::String],
|
|
507
515
|
?max_results: ::Integer,
|
|
@@ -701,7 +709,7 @@ module Aws
|
|
|
701
709
|
def update_telemetry_rule: (
|
|
702
710
|
rule_identifier: ::String,
|
|
703
711
|
rule: {
|
|
704
|
-
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")?,
|
|
712
|
+
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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster")?,
|
|
705
713
|
telemetry_type: ("Logs" | "Metrics" | "Traces"),
|
|
706
714
|
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")]?,
|
|
707
715
|
destination_configuration: {
|
|
@@ -769,10 +777,14 @@ module Aws
|
|
|
769
777
|
}?,
|
|
770
778
|
log_delivery_parameters: {
|
|
771
779
|
log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS" | "SECURITY_FINDING_LOGS" | "ACCESS_LOGS" | "CONNECTION_LOGS")]?
|
|
780
|
+
}?,
|
|
781
|
+
msk_monitoring_parameters: {
|
|
782
|
+
enhanced_monitoring: ("DEFAULT" | "PER_BROKER" | "PER_TOPIC_PER_BROKER" | "PER_TOPIC_PER_PARTITION")?
|
|
772
783
|
}?
|
|
773
784
|
}?,
|
|
774
785
|
scope: ::String?,
|
|
775
786
|
selection_criteria: ::String?,
|
|
787
|
+
allow_field_updates: bool?,
|
|
776
788
|
regions: Array[::String]?,
|
|
777
789
|
all_regions: bool?
|
|
778
790
|
}
|
|
@@ -787,7 +799,7 @@ module Aws
|
|
|
787
799
|
def update_telemetry_rule_for_organization: (
|
|
788
800
|
rule_identifier: ::String,
|
|
789
801
|
rule: {
|
|
790
|
-
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")?,
|
|
802
|
+
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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster")?,
|
|
791
803
|
telemetry_type: ("Logs" | "Metrics" | "Traces"),
|
|
792
804
|
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")]?,
|
|
793
805
|
destination_configuration: {
|
|
@@ -855,10 +867,14 @@ module Aws
|
|
|
855
867
|
}?,
|
|
856
868
|
log_delivery_parameters: {
|
|
857
869
|
log_types: Array[("APPLICATION_LOGS" | "USAGE_LOGS" | "SECURITY_FINDING_LOGS" | "ACCESS_LOGS" | "CONNECTION_LOGS")]?
|
|
870
|
+
}?,
|
|
871
|
+
msk_monitoring_parameters: {
|
|
872
|
+
enhanced_monitoring: ("DEFAULT" | "PER_BROKER" | "PER_TOPIC_PER_BROKER" | "PER_TOPIC_PER_PARTITION")?
|
|
858
873
|
}?
|
|
859
874
|
}?,
|
|
860
875
|
scope: ::String?,
|
|
861
876
|
selection_criteria: ::String?,
|
|
877
|
+
allow_field_updates: bool?,
|
|
862
878
|
regions: Array[::String]?,
|
|
863
879
|
all_regions: bool?
|
|
864
880
|
}
|
data/sig/types.rbs
CHANGED
|
@@ -364,7 +364,7 @@ module Aws::ObservabilityAdmin
|
|
|
364
364
|
class ListResourceTelemetryForOrganizationInput
|
|
365
365
|
attr_accessor account_identifiers: ::Array[::String]
|
|
366
366
|
attr_accessor resource_identifier_prefix: ::String
|
|
367
|
-
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")]
|
|
367
|
+
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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster")]
|
|
368
368
|
attr_accessor telemetry_configuration_state: ::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")]
|
|
369
369
|
attr_accessor resource_tags: ::Hash[::String, ::String]
|
|
370
370
|
attr_accessor max_results: ::Integer
|
|
@@ -380,7 +380,7 @@ module Aws::ObservabilityAdmin
|
|
|
380
380
|
|
|
381
381
|
class ListResourceTelemetryInput
|
|
382
382
|
attr_accessor resource_identifier_prefix: ::String
|
|
383
|
-
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")]
|
|
383
|
+
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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster")]
|
|
384
384
|
attr_accessor telemetry_configuration_state: ::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")]
|
|
385
385
|
attr_accessor resource_tags: ::Hash[::String, ::String]
|
|
386
386
|
attr_accessor max_results: ::Integer
|
|
@@ -485,6 +485,11 @@ module Aws::ObservabilityAdmin
|
|
|
485
485
|
SENSITIVE: []
|
|
486
486
|
end
|
|
487
487
|
|
|
488
|
+
class MskMonitoringParameters
|
|
489
|
+
attr_accessor enhanced_monitoring: ("DEFAULT" | "PER_BROKER" | "PER_TOPIC_PER_BROKER" | "PER_TOPIC_PER_PARTITION")
|
|
490
|
+
SENSITIVE: []
|
|
491
|
+
end
|
|
492
|
+
|
|
488
493
|
class PipelineOutput
|
|
489
494
|
attr_accessor record: Types::Record
|
|
490
495
|
attr_accessor error: Types::PipelineOutputError
|
|
@@ -576,7 +581,7 @@ module Aws::ObservabilityAdmin
|
|
|
576
581
|
class TelemetryConfiguration
|
|
577
582
|
attr_accessor account_identifier: ::String
|
|
578
583
|
attr_accessor telemetry_configuration_state: ::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")]
|
|
579
|
-
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")
|
|
584
|
+
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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster")
|
|
580
585
|
attr_accessor resource_identifier: ::String
|
|
581
586
|
attr_accessor resource_tags: ::Hash[::String, ::String]
|
|
582
587
|
attr_accessor last_update_time_stamp: ::Integer
|
|
@@ -593,6 +598,7 @@ module Aws::ObservabilityAdmin
|
|
|
593
598
|
attr_accessor elb_load_balancer_logging_parameters: Types::ELBLoadBalancerLoggingParameters
|
|
594
599
|
attr_accessor waf_logging_parameters: Types::WAFLoggingParameters
|
|
595
600
|
attr_accessor log_delivery_parameters: Types::LogDeliveryParameters
|
|
601
|
+
attr_accessor msk_monitoring_parameters: Types::MskMonitoringParameters
|
|
596
602
|
SENSITIVE: []
|
|
597
603
|
end
|
|
598
604
|
|
|
@@ -630,12 +636,13 @@ module Aws::ObservabilityAdmin
|
|
|
630
636
|
end
|
|
631
637
|
|
|
632
638
|
class TelemetryRule
|
|
633
|
-
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")
|
|
639
|
+
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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster")
|
|
634
640
|
attr_accessor telemetry_type: ("Logs" | "Metrics" | "Traces")
|
|
635
641
|
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")]
|
|
636
642
|
attr_accessor destination_configuration: Types::TelemetryDestinationConfiguration
|
|
637
643
|
attr_accessor scope: ::String
|
|
638
644
|
attr_accessor selection_criteria: ::String
|
|
645
|
+
attr_accessor allow_field_updates: bool
|
|
639
646
|
attr_accessor regions: ::Array[::String]
|
|
640
647
|
attr_accessor all_regions: bool
|
|
641
648
|
SENSITIVE: []
|
|
@@ -646,7 +653,7 @@ module Aws::ObservabilityAdmin
|
|
|
646
653
|
attr_accessor rule_arn: ::String
|
|
647
654
|
attr_accessor created_time_stamp: ::Integer
|
|
648
655
|
attr_accessor last_update_time_stamp: ::Integer
|
|
649
|
-
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")
|
|
656
|
+
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::BedrockAgentCore::WorkloadIdentity" | "AWS::SecurityHub::Hub" | "AWS::CloudFront::Distribution" | "AWS::SecurityHub::HubV2" | "AWS::CloudWatch::OTelEnrichment" | "AWS::MSK::Cluster")
|
|
650
657
|
attr_accessor telemetry_type: ("Logs" | "Metrics" | "Traces")
|
|
651
658
|
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")]
|
|
652
659
|
SENSITIVE: []
|