aws-sdk-observabilityadmin 1.35.0 → 1.37.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 +26 -1
- data/lib/aws-sdk-observabilityadmin/client_api.rb +18 -0
- data/lib/aws-sdk-observabilityadmin/types.rb +119 -14
- data/lib/aws-sdk-observabilityadmin.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/params.rbs +8 -2
- data/sig/types.rbs +13 -0
- 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: ebae83ff2ea6e68437ad38088d94614013763c230b35fdd930f27244064225c3
|
|
4
|
+
data.tar.gz: 80945fdab8195068587b90586d89121b6ee2cd34a494cebeaee0d5ab953453b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e72fb31617dde646b1403ac93a528de9db2ab66608b8d999c8ecf71cfd3e4fa56512151c012885824572e8968f3a9f2c3d19c2ba459af419c867ce8b9157dcd8
|
|
7
|
+
data.tar.gz: 89a57a334e93ffaa76ef1dcd9183f6f3fcb486ae9f15e6916ebc98c049e152d03ba0bf71c99fcfc1a0409f1b7cbde15987bb179f948c23ef580acb2de29156b3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.37.0 (2026-08-14)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - CloudWatch Logs centralization rules now support tag propagation. You can configure a TagPropagationConfiguration on your centralization rule to automatically sync resource tags from source to destination log groups, with configurable conflict resolution strategies.
|
|
8
|
+
|
|
9
|
+
1.36.0 (2026-08-03)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Launch CMK support for Telemetry Enablement Organization and Account Rules.
|
|
13
|
+
|
|
4
14
|
1.35.0 (2026-07-22)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.37.0
|
|
@@ -521,6 +521,7 @@ module Aws::ObservabilityAdmin
|
|
|
521
521
|
# encryption_strategy: "CUSTOMER_MANAGED", # required, accepts CUSTOMER_MANAGED, AWS_OWNED
|
|
522
522
|
# kms_key_arn: "ResourceArn",
|
|
523
523
|
# encryption_conflict_resolution_strategy: "ALLOW", # accepts ALLOW, SKIP
|
|
524
|
+
# encryption_scope: "ENCRYPTED_SOURCE_ONLY", # accepts ENCRYPTED_SOURCE_ONLY, NEW_DESTINATION_LOG_GROUPS
|
|
524
525
|
# },
|
|
525
526
|
# backup_configuration: {
|
|
526
527
|
# region: "Region", # required
|
|
@@ -529,6 +530,10 @@ module Aws::ObservabilityAdmin
|
|
|
529
530
|
# log_group_name_configuration: {
|
|
530
531
|
# log_group_name_pattern: "LogGroupNamePattern", # required
|
|
531
532
|
# },
|
|
533
|
+
# tag_propagation_configuration: {
|
|
534
|
+
# destination_role_arn: "IamRoleArn", # required
|
|
535
|
+
# tag_conflict_resolution_strategy: "IN_SYNC", # accepts IN_SYNC, ADD_ONLY, UPDATE_SYNC
|
|
536
|
+
# },
|
|
532
537
|
# },
|
|
533
538
|
# destination_metrics_configuration: {
|
|
534
539
|
# backup_configuration: {
|
|
@@ -753,6 +758,7 @@ module Aws::ObservabilityAdmin
|
|
|
753
758
|
# msk_monitoring_parameters: {
|
|
754
759
|
# enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
|
|
755
760
|
# },
|
|
761
|
+
# kms_key_arn: "KmsKeyArn",
|
|
756
762
|
# },
|
|
757
763
|
# scope: "String",
|
|
758
764
|
# selection_criteria: "String",
|
|
@@ -876,6 +882,7 @@ module Aws::ObservabilityAdmin
|
|
|
876
882
|
# msk_monitoring_parameters: {
|
|
877
883
|
# enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
|
|
878
884
|
# },
|
|
885
|
+
# kms_key_arn: "KmsKeyArn",
|
|
879
886
|
# },
|
|
880
887
|
# scope: "String",
|
|
881
888
|
# selection_criteria: "String",
|
|
@@ -1041,6 +1048,8 @@ module Aws::ObservabilityAdmin
|
|
|
1041
1048
|
# * {Types::GetCentralizationRuleForOrganizationOutput#last_update_time_stamp #last_update_time_stamp} => Integer
|
|
1042
1049
|
# * {Types::GetCentralizationRuleForOrganizationOutput#rule_health #rule_health} => String
|
|
1043
1050
|
# * {Types::GetCentralizationRuleForOrganizationOutput#failure_reason #failure_reason} => String
|
|
1051
|
+
# * {Types::GetCentralizationRuleForOrganizationOutput#tag_propagation_status #tag_propagation_status} => String
|
|
1052
|
+
# * {Types::GetCentralizationRuleForOrganizationOutput#tag_propagation_failure_reason #tag_propagation_failure_reason} => String
|
|
1044
1053
|
# * {Types::GetCentralizationRuleForOrganizationOutput#centralization_rule #centralization_rule} => Types::CentralizationRule
|
|
1045
1054
|
#
|
|
1046
1055
|
# @example Request syntax with placeholder values
|
|
@@ -1059,6 +1068,8 @@ module Aws::ObservabilityAdmin
|
|
|
1059
1068
|
# resp.last_update_time_stamp #=> Integer
|
|
1060
1069
|
# resp.rule_health #=> String, one of "Healthy", "Unhealthy", "Provisioning"
|
|
1061
1070
|
# resp.failure_reason #=> String, one of "TRUSTED_ACCESS_NOT_ENABLED", "DESTINATION_ACCOUNT_NOT_IN_ORGANIZATION", "INTERNAL_SERVER_ERROR"
|
|
1071
|
+
# resp.tag_propagation_status #=> String, one of "Healthy", "Unhealthy"
|
|
1072
|
+
# resp.tag_propagation_failure_reason #=> String, one of "RoleNotAssumable", "RoleLacksPermissions"
|
|
1062
1073
|
# resp.centralization_rule.source.regions #=> Array
|
|
1063
1074
|
# resp.centralization_rule.source.regions[0] #=> String
|
|
1064
1075
|
# resp.centralization_rule.source.scope #=> String
|
|
@@ -1071,9 +1082,12 @@ module Aws::ObservabilityAdmin
|
|
|
1071
1082
|
# resp.centralization_rule.destination.destination_logs_configuration.logs_encryption_configuration.encryption_strategy #=> String, one of "CUSTOMER_MANAGED", "AWS_OWNED"
|
|
1072
1083
|
# resp.centralization_rule.destination.destination_logs_configuration.logs_encryption_configuration.kms_key_arn #=> String
|
|
1073
1084
|
# resp.centralization_rule.destination.destination_logs_configuration.logs_encryption_configuration.encryption_conflict_resolution_strategy #=> String, one of "ALLOW", "SKIP"
|
|
1085
|
+
# resp.centralization_rule.destination.destination_logs_configuration.logs_encryption_configuration.encryption_scope #=> String, one of "ENCRYPTED_SOURCE_ONLY", "NEW_DESTINATION_LOG_GROUPS"
|
|
1074
1086
|
# resp.centralization_rule.destination.destination_logs_configuration.backup_configuration.region #=> String
|
|
1075
1087
|
# resp.centralization_rule.destination.destination_logs_configuration.backup_configuration.kms_key_arn #=> String
|
|
1076
1088
|
# resp.centralization_rule.destination.destination_logs_configuration.log_group_name_configuration.log_group_name_pattern #=> String
|
|
1089
|
+
# resp.centralization_rule.destination.destination_logs_configuration.tag_propagation_configuration.destination_role_arn #=> String
|
|
1090
|
+
# resp.centralization_rule.destination.destination_logs_configuration.tag_propagation_configuration.tag_conflict_resolution_strategy #=> String, one of "IN_SYNC", "ADD_ONLY", "UPDATE_SYNC"
|
|
1077
1091
|
# resp.centralization_rule.destination.destination_metrics_configuration.backup_configuration.region #=> String
|
|
1078
1092
|
#
|
|
1079
1093
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetCentralizationRuleForOrganization AWS API Documentation
|
|
@@ -1321,6 +1335,7 @@ module Aws::ObservabilityAdmin
|
|
|
1321
1335
|
# resp.telemetry_rule.destination_configuration.log_delivery_parameters.log_types #=> Array
|
|
1322
1336
|
# 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", "S3_SERVER_ACCESS_LOGS", "ALB_ACCESS_LOGS", "ALB_CONNECTION_LOGS", "ALB_HEALTH_CHECK_LOGS"
|
|
1323
1337
|
# resp.telemetry_rule.destination_configuration.msk_monitoring_parameters.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
|
|
1338
|
+
# resp.telemetry_rule.destination_configuration.kms_key_arn #=> String
|
|
1324
1339
|
# resp.telemetry_rule.scope #=> String
|
|
1325
1340
|
# resp.telemetry_rule.selection_criteria #=> String
|
|
1326
1341
|
# resp.telemetry_rule.allow_field_updates #=> Boolean
|
|
@@ -1419,6 +1434,7 @@ module Aws::ObservabilityAdmin
|
|
|
1419
1434
|
# resp.telemetry_rule.destination_configuration.log_delivery_parameters.log_types #=> Array
|
|
1420
1435
|
# 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", "S3_SERVER_ACCESS_LOGS", "ALB_ACCESS_LOGS", "ALB_CONNECTION_LOGS", "ALB_HEALTH_CHECK_LOGS"
|
|
1421
1436
|
# resp.telemetry_rule.destination_configuration.msk_monitoring_parameters.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
|
|
1437
|
+
# resp.telemetry_rule.destination_configuration.kms_key_arn #=> String
|
|
1422
1438
|
# resp.telemetry_rule.scope #=> String
|
|
1423
1439
|
# resp.telemetry_rule.selection_criteria #=> String
|
|
1424
1440
|
# resp.telemetry_rule.allow_field_updates #=> Boolean
|
|
@@ -1489,6 +1505,8 @@ module Aws::ObservabilityAdmin
|
|
|
1489
1505
|
# resp.centralization_rule_summaries[0].last_update_time_stamp #=> Integer
|
|
1490
1506
|
# resp.centralization_rule_summaries[0].rule_health #=> String, one of "Healthy", "Unhealthy", "Provisioning"
|
|
1491
1507
|
# resp.centralization_rule_summaries[0].failure_reason #=> String, one of "TRUSTED_ACCESS_NOT_ENABLED", "DESTINATION_ACCOUNT_NOT_IN_ORGANIZATION", "INTERNAL_SERVER_ERROR"
|
|
1508
|
+
# resp.centralization_rule_summaries[0].tag_propagation_status #=> String, one of "Healthy", "Unhealthy"
|
|
1509
|
+
# resp.centralization_rule_summaries[0].tag_propagation_failure_reason #=> String, one of "RoleNotAssumable", "RoleLacksPermissions"
|
|
1492
1510
|
# resp.centralization_rule_summaries[0].destination_account_id #=> String
|
|
1493
1511
|
# resp.centralization_rule_summaries[0].destination_region #=> String
|
|
1494
1512
|
# resp.next_token #=> String
|
|
@@ -2213,6 +2231,7 @@ module Aws::ObservabilityAdmin
|
|
|
2213
2231
|
# encryption_strategy: "CUSTOMER_MANAGED", # required, accepts CUSTOMER_MANAGED, AWS_OWNED
|
|
2214
2232
|
# kms_key_arn: "ResourceArn",
|
|
2215
2233
|
# encryption_conflict_resolution_strategy: "ALLOW", # accepts ALLOW, SKIP
|
|
2234
|
+
# encryption_scope: "ENCRYPTED_SOURCE_ONLY", # accepts ENCRYPTED_SOURCE_ONLY, NEW_DESTINATION_LOG_GROUPS
|
|
2216
2235
|
# },
|
|
2217
2236
|
# backup_configuration: {
|
|
2218
2237
|
# region: "Region", # required
|
|
@@ -2221,6 +2240,10 @@ module Aws::ObservabilityAdmin
|
|
|
2221
2240
|
# log_group_name_configuration: {
|
|
2222
2241
|
# log_group_name_pattern: "LogGroupNamePattern", # required
|
|
2223
2242
|
# },
|
|
2243
|
+
# tag_propagation_configuration: {
|
|
2244
|
+
# destination_role_arn: "IamRoleArn", # required
|
|
2245
|
+
# tag_conflict_resolution_strategy: "IN_SYNC", # accepts IN_SYNC, ADD_ONLY, UPDATE_SYNC
|
|
2246
|
+
# },
|
|
2224
2247
|
# },
|
|
2225
2248
|
# destination_metrics_configuration: {
|
|
2226
2249
|
# backup_configuration: {
|
|
@@ -2434,6 +2457,7 @@ module Aws::ObservabilityAdmin
|
|
|
2434
2457
|
# msk_monitoring_parameters: {
|
|
2435
2458
|
# enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
|
|
2436
2459
|
# },
|
|
2460
|
+
# kms_key_arn: "KmsKeyArn",
|
|
2437
2461
|
# },
|
|
2438
2462
|
# scope: "String",
|
|
2439
2463
|
# selection_criteria: "String",
|
|
@@ -2551,6 +2575,7 @@ module Aws::ObservabilityAdmin
|
|
|
2551
2575
|
# msk_monitoring_parameters: {
|
|
2552
2576
|
# enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
|
|
2553
2577
|
# },
|
|
2578
|
+
# kms_key_arn: "KmsKeyArn",
|
|
2554
2579
|
# },
|
|
2555
2580
|
# scope: "String",
|
|
2556
2581
|
# selection_criteria: "String",
|
|
@@ -2627,7 +2652,7 @@ module Aws::ObservabilityAdmin
|
|
|
2627
2652
|
tracer: tracer
|
|
2628
2653
|
)
|
|
2629
2654
|
context[:gem_name] = 'aws-sdk-observabilityadmin'
|
|
2630
|
-
context[:gem_version] = '1.
|
|
2655
|
+
context[:gem_version] = '1.37.0'
|
|
2631
2656
|
Seahorse::Client::Request.new(handlers, context)
|
|
2632
2657
|
end
|
|
2633
2658
|
|
|
@@ -62,6 +62,7 @@ module Aws::ObservabilityAdmin
|
|
|
62
62
|
EncryptedLogGroupStrategy = Shapes::StringShape.new(name: 'EncryptedLogGroupStrategy')
|
|
63
63
|
Encryption = Shapes::StructureShape.new(name: 'Encryption')
|
|
64
64
|
EncryptionConflictResolutionStrategy = Shapes::StringShape.new(name: 'EncryptionConflictResolutionStrategy')
|
|
65
|
+
EncryptionScope = Shapes::StringShape.new(name: 'EncryptionScope')
|
|
65
66
|
EncryptionStrategy = Shapes::StringShape.new(name: 'EncryptionStrategy')
|
|
66
67
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
|
67
68
|
FieldMap = Shapes::MapShape.new(name: 'FieldMap')
|
|
@@ -84,6 +85,7 @@ module Aws::ObservabilityAdmin
|
|
|
84
85
|
GetTelemetryRuleForOrganizationOutput = Shapes::StructureShape.new(name: 'GetTelemetryRuleForOrganizationOutput')
|
|
85
86
|
GetTelemetryRuleInput = Shapes::StructureShape.new(name: 'GetTelemetryRuleInput')
|
|
86
87
|
GetTelemetryRuleOutput = Shapes::StructureShape.new(name: 'GetTelemetryRuleOutput')
|
|
88
|
+
IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
|
|
87
89
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
88
90
|
IntegrationStatus = Shapes::StringShape.new(name: 'IntegrationStatus')
|
|
89
91
|
IntegrationSummaries = Shapes::ListShape.new(name: 'IntegrationSummaries')
|
|
@@ -91,6 +93,7 @@ module Aws::ObservabilityAdmin
|
|
|
91
93
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
92
94
|
InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
|
|
93
95
|
IsReplicated = Shapes::BooleanShape.new(name: 'IsReplicated')
|
|
96
|
+
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
|
94
97
|
LabelNameCondition = Shapes::StructureShape.new(name: 'LabelNameCondition')
|
|
95
98
|
LabelNameConditionLabelNameString = Shapes::StringShape.new(name: 'LabelNameConditionLabelNameString')
|
|
96
99
|
ListCentralizationRulesForOrganizationInput = Shapes::StructureShape.new(name: 'ListCentralizationRulesForOrganizationInput')
|
|
@@ -175,10 +178,14 @@ module Aws::ObservabilityAdmin
|
|
|
175
178
|
StopTelemetryEnrichmentOutput = Shapes::StructureShape.new(name: 'StopTelemetryEnrichmentOutput')
|
|
176
179
|
String = Shapes::StringShape.new(name: 'String')
|
|
177
180
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
|
181
|
+
TagConflictResolutionStrategy = Shapes::StringShape.new(name: 'TagConflictResolutionStrategy')
|
|
178
182
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
179
183
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
180
184
|
TagMapInput = Shapes::MapShape.new(name: 'TagMapInput')
|
|
181
185
|
TagMapOutput = Shapes::MapShape.new(name: 'TagMapOutput')
|
|
186
|
+
TagPropagationConfiguration = Shapes::StructureShape.new(name: 'TagPropagationConfiguration')
|
|
187
|
+
TagPropagationFailureReason = Shapes::StringShape.new(name: 'TagPropagationFailureReason')
|
|
188
|
+
TagPropagationStatus = Shapes::StringShape.new(name: 'TagPropagationStatus')
|
|
182
189
|
TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
|
|
183
190
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
|
184
191
|
TelemetryConfiguration = Shapes::StructureShape.new(name: 'TelemetryConfiguration')
|
|
@@ -273,6 +280,8 @@ module Aws::ObservabilityAdmin
|
|
|
273
280
|
CentralizationRuleSummary.add_member(:last_update_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "LastUpdateTimeStamp"))
|
|
274
281
|
CentralizationRuleSummary.add_member(:rule_health, Shapes::ShapeRef.new(shape: RuleHealth, location_name: "RuleHealth"))
|
|
275
282
|
CentralizationRuleSummary.add_member(:failure_reason, Shapes::ShapeRef.new(shape: CentralizationFailureReason, location_name: "FailureReason"))
|
|
283
|
+
CentralizationRuleSummary.add_member(:tag_propagation_status, Shapes::ShapeRef.new(shape: TagPropagationStatus, location_name: "TagPropagationStatus"))
|
|
284
|
+
CentralizationRuleSummary.add_member(:tag_propagation_failure_reason, Shapes::ShapeRef.new(shape: TagPropagationFailureReason, location_name: "TagPropagationFailureReason"))
|
|
276
285
|
CentralizationRuleSummary.add_member(:destination_account_id, Shapes::ShapeRef.new(shape: String, location_name: "DestinationAccountId"))
|
|
277
286
|
CentralizationRuleSummary.add_member(:destination_region, Shapes::ShapeRef.new(shape: Region, location_name: "DestinationRegion"))
|
|
278
287
|
CentralizationRuleSummary.struct_class = Types::CentralizationRuleSummary
|
|
@@ -364,6 +373,7 @@ module Aws::ObservabilityAdmin
|
|
|
364
373
|
DestinationLogsConfiguration.add_member(:logs_encryption_configuration, Shapes::ShapeRef.new(shape: LogsEncryptionConfiguration, location_name: "LogsEncryptionConfiguration"))
|
|
365
374
|
DestinationLogsConfiguration.add_member(:backup_configuration, Shapes::ShapeRef.new(shape: LogsBackupConfiguration, location_name: "BackupConfiguration"))
|
|
366
375
|
DestinationLogsConfiguration.add_member(:log_group_name_configuration, Shapes::ShapeRef.new(shape: LogGroupNameConfiguration, location_name: "LogGroupNameConfiguration"))
|
|
376
|
+
DestinationLogsConfiguration.add_member(:tag_propagation_configuration, Shapes::ShapeRef.new(shape: TagPropagationConfiguration, location_name: "TagPropagationConfiguration"))
|
|
367
377
|
DestinationLogsConfiguration.struct_class = Types::DestinationLogsConfiguration
|
|
368
378
|
|
|
369
379
|
DestinationMetricsConfiguration.add_member(:backup_configuration, Shapes::ShapeRef.new(shape: MetricsBackupConfiguration, location_name: "BackupConfiguration"))
|
|
@@ -406,6 +416,8 @@ module Aws::ObservabilityAdmin
|
|
|
406
416
|
GetCentralizationRuleForOrganizationOutput.add_member(:last_update_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "LastUpdateTimeStamp"))
|
|
407
417
|
GetCentralizationRuleForOrganizationOutput.add_member(:rule_health, Shapes::ShapeRef.new(shape: RuleHealth, location_name: "RuleHealth"))
|
|
408
418
|
GetCentralizationRuleForOrganizationOutput.add_member(:failure_reason, Shapes::ShapeRef.new(shape: CentralizationFailureReason, location_name: "FailureReason"))
|
|
419
|
+
GetCentralizationRuleForOrganizationOutput.add_member(:tag_propagation_status, Shapes::ShapeRef.new(shape: TagPropagationStatus, location_name: "TagPropagationStatus"))
|
|
420
|
+
GetCentralizationRuleForOrganizationOutput.add_member(:tag_propagation_failure_reason, Shapes::ShapeRef.new(shape: TagPropagationFailureReason, location_name: "TagPropagationFailureReason"))
|
|
409
421
|
GetCentralizationRuleForOrganizationOutput.add_member(:centralization_rule, Shapes::ShapeRef.new(shape: CentralizationRule, location_name: "CentralizationRule"))
|
|
410
422
|
GetCentralizationRuleForOrganizationOutput.struct_class = Types::GetCentralizationRuleForOrganizationOutput
|
|
411
423
|
|
|
@@ -581,6 +593,7 @@ module Aws::ObservabilityAdmin
|
|
|
581
593
|
LogsEncryptionConfiguration.add_member(:encryption_strategy, Shapes::ShapeRef.new(shape: EncryptionStrategy, required: true, location_name: "EncryptionStrategy"))
|
|
582
594
|
LogsEncryptionConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "KmsKeyArn"))
|
|
583
595
|
LogsEncryptionConfiguration.add_member(:encryption_conflict_resolution_strategy, Shapes::ShapeRef.new(shape: EncryptionConflictResolutionStrategy, location_name: "EncryptionConflictResolutionStrategy"))
|
|
596
|
+
LogsEncryptionConfiguration.add_member(:encryption_scope, Shapes::ShapeRef.new(shape: EncryptionScope, location_name: "EncryptionScope"))
|
|
584
597
|
LogsEncryptionConfiguration.struct_class = Types::LogsEncryptionConfiguration
|
|
585
598
|
|
|
586
599
|
MetricsBackupConfiguration.add_member(:region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "Region"))
|
|
@@ -678,6 +691,10 @@ module Aws::ObservabilityAdmin
|
|
|
678
691
|
TagMapOutput.key = Shapes::ShapeRef.new(shape: String)
|
|
679
692
|
TagMapOutput.value = Shapes::ShapeRef.new(shape: String)
|
|
680
693
|
|
|
694
|
+
TagPropagationConfiguration.add_member(:destination_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "DestinationRoleArn"))
|
|
695
|
+
TagPropagationConfiguration.add_member(:tag_conflict_resolution_strategy, Shapes::ShapeRef.new(shape: TagConflictResolutionStrategy, location_name: "TagConflictResolutionStrategy"))
|
|
696
|
+
TagPropagationConfiguration.struct_class = Types::TagPropagationConfiguration
|
|
697
|
+
|
|
681
698
|
TagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceARN"))
|
|
682
699
|
TagResourceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMapInput, required: true, location_name: "Tags"))
|
|
683
700
|
TagResourceInput.struct_class = Types::TagResourceInput
|
|
@@ -705,6 +722,7 @@ module Aws::ObservabilityAdmin
|
|
|
705
722
|
TelemetryDestinationConfiguration.add_member(:waf_logging_parameters, Shapes::ShapeRef.new(shape: WAFLoggingParameters, location_name: "WAFLoggingParameters"))
|
|
706
723
|
TelemetryDestinationConfiguration.add_member(:log_delivery_parameters, Shapes::ShapeRef.new(shape: LogDeliveryParameters, location_name: "LogDeliveryParameters"))
|
|
707
724
|
TelemetryDestinationConfiguration.add_member(:msk_monitoring_parameters, Shapes::ShapeRef.new(shape: MskMonitoringParameters, location_name: "MskMonitoringParameters"))
|
|
725
|
+
TelemetryDestinationConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
|
708
726
|
TelemetryDestinationConfiguration.struct_class = Types::TelemetryDestinationConfiguration
|
|
709
727
|
|
|
710
728
|
TelemetryPipeline.add_member(:created_time_stamp, Shapes::ShapeRef.new(shape: Long, location_name: "CreatedTimeStamp"))
|
|
@@ -247,6 +247,18 @@ module Aws::ObservabilityAdmin
|
|
|
247
247
|
# UNHEALTHY.
|
|
248
248
|
# @return [String]
|
|
249
249
|
#
|
|
250
|
+
# @!attribute [rw] tag_propagation_status
|
|
251
|
+
# The health status of tag propagation for this rule. This status is
|
|
252
|
+
# independent of the overall `RuleHealth` for log delivery. Returns
|
|
253
|
+
# `Healthy` when the most recent tag-propagation attempt succeeded, or
|
|
254
|
+
# `Unhealthy` when the most recent attempt failed.
|
|
255
|
+
# @return [String]
|
|
256
|
+
#
|
|
257
|
+
# @!attribute [rw] tag_propagation_failure_reason
|
|
258
|
+
# The reason tag propagation is unhealthy for this rule. Only present
|
|
259
|
+
# when `TagPropagationStatus` is `Unhealthy`.
|
|
260
|
+
# @return [String]
|
|
261
|
+
#
|
|
250
262
|
# @!attribute [rw] destination_account_id
|
|
251
263
|
# The primary destination account of the organization centralization
|
|
252
264
|
# rule.
|
|
@@ -268,6 +280,8 @@ module Aws::ObservabilityAdmin
|
|
|
268
280
|
:last_update_time_stamp,
|
|
269
281
|
:rule_health,
|
|
270
282
|
:failure_reason,
|
|
283
|
+
:tag_propagation_status,
|
|
284
|
+
:tag_propagation_failure_reason,
|
|
271
285
|
:destination_account_id,
|
|
272
286
|
:destination_region)
|
|
273
287
|
SENSITIVE = []
|
|
@@ -686,12 +700,20 @@ module Aws::ObservabilityAdmin
|
|
|
686
700
|
# when log groups are created.
|
|
687
701
|
# @return [Types::LogGroupNameConfiguration]
|
|
688
702
|
#
|
|
703
|
+
# @!attribute [rw] tag_propagation_configuration
|
|
704
|
+
# Specifies the tag propagation configuration for this centralization
|
|
705
|
+
# rule. When present, `LogGroupNameConfiguration` must use a
|
|
706
|
+
# `LogGroupNamePattern` that contains `${source.logGroup}`,
|
|
707
|
+
# `${source.accountId}`, and `${source.region}`.
|
|
708
|
+
# @return [Types::TagPropagationConfiguration]
|
|
709
|
+
#
|
|
689
710
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/DestinationLogsConfiguration AWS API Documentation
|
|
690
711
|
#
|
|
691
712
|
class DestinationLogsConfiguration < Struct.new(
|
|
692
713
|
:logs_encryption_configuration,
|
|
693
714
|
:backup_configuration,
|
|
694
|
-
:log_group_name_configuration
|
|
715
|
+
:log_group_name_configuration,
|
|
716
|
+
:tag_propagation_configuration)
|
|
695
717
|
SENSITIVE = []
|
|
696
718
|
include Aws::Structure
|
|
697
719
|
end
|
|
@@ -863,6 +885,18 @@ module Aws::ObservabilityAdmin
|
|
|
863
885
|
# UNHEALTHY.
|
|
864
886
|
# @return [String]
|
|
865
887
|
#
|
|
888
|
+
# @!attribute [rw] tag_propagation_status
|
|
889
|
+
# The health status of tag propagation for this rule. This status is
|
|
890
|
+
# independent of the overall `RuleHealth` for log delivery. Returns
|
|
891
|
+
# `Healthy` when the most recent tag-propagation attempt succeeded, or
|
|
892
|
+
# `Unhealthy` when the most recent attempt failed.
|
|
893
|
+
# @return [String]
|
|
894
|
+
#
|
|
895
|
+
# @!attribute [rw] tag_propagation_failure_reason
|
|
896
|
+
# The reason tag propagation is unhealthy for this rule. Only present
|
|
897
|
+
# when `TagPropagationStatus` is `Unhealthy`.
|
|
898
|
+
# @return [String]
|
|
899
|
+
#
|
|
866
900
|
# @!attribute [rw] centralization_rule
|
|
867
901
|
# The configuration details for the organization centralization rule.
|
|
868
902
|
# @return [Types::CentralizationRule]
|
|
@@ -878,6 +912,8 @@ module Aws::ObservabilityAdmin
|
|
|
878
912
|
:last_update_time_stamp,
|
|
879
913
|
:rule_health,
|
|
880
914
|
:failure_reason,
|
|
915
|
+
:tag_propagation_status,
|
|
916
|
+
:tag_propagation_failure_reason,
|
|
881
917
|
:centralization_rule)
|
|
882
918
|
SENSITIVE = []
|
|
883
919
|
include Aws::Structure
|
|
@@ -1651,11 +1687,13 @@ module Aws::ObservabilityAdmin
|
|
|
1651
1687
|
include Aws::Structure
|
|
1652
1688
|
end
|
|
1653
1689
|
|
|
1654
|
-
#
|
|
1655
|
-
#
|
|
1690
|
+
# The configuration parameters for log delivery, including `logType`
|
|
1691
|
+
# settings. Applies to resource types that support configurable log
|
|
1692
|
+
# delivery, such as Amazon Bedrock Knowledge Bases and Elastic Load
|
|
1693
|
+
# Balancing Application Load Balancers.
|
|
1656
1694
|
#
|
|
1657
1695
|
# @!attribute [rw] log_types
|
|
1658
|
-
# The
|
|
1696
|
+
# The types of logs to collect from the resource.
|
|
1659
1697
|
# @return [Array<String>]
|
|
1660
1698
|
#
|
|
1661
1699
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/LogDeliveryParameters AWS API Documentation
|
|
@@ -1754,10 +1792,11 @@ module Aws::ObservabilityAdmin
|
|
|
1754
1792
|
include Aws::Structure
|
|
1755
1793
|
end
|
|
1756
1794
|
|
|
1757
|
-
# Configuration for encrypting centralized log groups.
|
|
1758
|
-
# configuration
|
|
1759
|
-
# corresponding source log groups are encrypted using
|
|
1760
|
-
# KMS
|
|
1795
|
+
# Configuration for encrypting centralized destination log groups. By
|
|
1796
|
+
# default, this configuration applies only to destination log groups
|
|
1797
|
+
# whose corresponding source log groups are encrypted using customer
|
|
1798
|
+
# managed KMS keys. To encrypt all destination log groups created by the
|
|
1799
|
+
# rule, set `EncryptionScope` to `NEW_DESTINATION_LOG_GROUPS`.
|
|
1761
1800
|
#
|
|
1762
1801
|
# @!attribute [rw] encryption_strategy
|
|
1763
1802
|
# Configuration that determines the encryption strategy of the
|
|
@@ -1779,12 +1818,32 @@ module Aws::ObservabilityAdmin
|
|
|
1779
1818
|
# log group.
|
|
1780
1819
|
# @return [String]
|
|
1781
1820
|
#
|
|
1821
|
+
# @!attribute [rw] encryption_scope
|
|
1822
|
+
# Determines which newly created destination log groups are encrypted
|
|
1823
|
+
# with the configured `KmsKeyArn` when `EncryptionStrategy` is
|
|
1824
|
+
# `CUSTOMER_MANAGED`.
|
|
1825
|
+
#
|
|
1826
|
+
# If you set this to `ENCRYPTED_SOURCE_ONLY` (the default), only
|
|
1827
|
+
# destination log groups whose source log group is encrypted with a
|
|
1828
|
+
# customer managed KMS key use the configured `KmsKeyArn`. Destination
|
|
1829
|
+
# log groups derived from Amazon Web Services owned encrypted source
|
|
1830
|
+
# log groups remain Amazon Web Services owned encrypted.
|
|
1831
|
+
#
|
|
1832
|
+
# If you set this to `NEW_DESTINATION_LOG_GROUPS`, every new
|
|
1833
|
+
# destination log group created by this rule uses the configured
|
|
1834
|
+
# `KmsKeyArn`, regardless of the source log group's encryption
|
|
1835
|
+
# posture.
|
|
1836
|
+
#
|
|
1837
|
+
# This field is not valid when `EncryptionStrategy` is `AWS_OWNED`.
|
|
1838
|
+
# @return [String]
|
|
1839
|
+
#
|
|
1782
1840
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/LogsEncryptionConfiguration AWS API Documentation
|
|
1783
1841
|
#
|
|
1784
1842
|
class LogsEncryptionConfiguration < Struct.new(
|
|
1785
1843
|
:encryption_strategy,
|
|
1786
1844
|
:kms_key_arn,
|
|
1787
|
-
:encryption_conflict_resolution_strategy
|
|
1845
|
+
:encryption_conflict_resolution_strategy,
|
|
1846
|
+
:encryption_scope)
|
|
1788
1847
|
SENSITIVE = []
|
|
1789
1848
|
include Aws::Structure
|
|
1790
1849
|
end
|
|
@@ -2153,6 +2212,43 @@ module Aws::ObservabilityAdmin
|
|
|
2153
2212
|
include Aws::Structure
|
|
2154
2213
|
end
|
|
2155
2214
|
|
|
2215
|
+
# Specifies configuration for propagating resource tags from source log
|
|
2216
|
+
# groups to centralized destination log groups. The service uses a
|
|
2217
|
+
# customer-managed IAM role in the destination account to add, update,
|
|
2218
|
+
# and remove tags on destination log groups.
|
|
2219
|
+
#
|
|
2220
|
+
# @!attribute [rw] destination_role_arn
|
|
2221
|
+
# The ARN of a customer-managed IAM role in the destination account.
|
|
2222
|
+
# The service assumes this role to propagate tags to destination log
|
|
2223
|
+
# groups. You must have `iam:PassRole` permission on this role.
|
|
2224
|
+
# @return [String]
|
|
2225
|
+
#
|
|
2226
|
+
# @!attribute [rw] tag_conflict_resolution_strategy
|
|
2227
|
+
# The strategy for resolving conflicts when a tag key exists on both
|
|
2228
|
+
# the source and destination log groups. If not specified, defaults to
|
|
2229
|
+
# `UPDATE_SYNC`.
|
|
2230
|
+
#
|
|
2231
|
+
# * `ADD_ONLY` – Only adds new tags from the source without modifying
|
|
2232
|
+
# existing destination tags.
|
|
2233
|
+
#
|
|
2234
|
+
# * `UPDATE_SYNC` – Adds new tags and updates existing tags from the
|
|
2235
|
+
# source. Does not remove destination tags that are absent from the
|
|
2236
|
+
# source.
|
|
2237
|
+
#
|
|
2238
|
+
# * `IN_SYNC` – Keeps destination tags fully synchronized with source
|
|
2239
|
+
# tags, including removing destination tags that do not exist on the
|
|
2240
|
+
# source.
|
|
2241
|
+
# @return [String]
|
|
2242
|
+
#
|
|
2243
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/TagPropagationConfiguration AWS API Documentation
|
|
2244
|
+
#
|
|
2245
|
+
class TagPropagationConfiguration < Struct.new(
|
|
2246
|
+
:destination_role_arn,
|
|
2247
|
+
:tag_conflict_resolution_strategy)
|
|
2248
|
+
SENSITIVE = []
|
|
2249
|
+
include Aws::Structure
|
|
2250
|
+
end
|
|
2251
|
+
|
|
2156
2252
|
# @!attribute [rw] resource_arn
|
|
2157
2253
|
# The Amazon Resource Name (ARN) of the telemetry rule resource to
|
|
2158
2254
|
# tag.
|
|
@@ -2263,8 +2359,9 @@ module Aws::ObservabilityAdmin
|
|
|
2263
2359
|
# @return [Types::WAFLoggingParameters]
|
|
2264
2360
|
#
|
|
2265
2361
|
# @!attribute [rw] log_delivery_parameters
|
|
2266
|
-
#
|
|
2267
|
-
#
|
|
2362
|
+
# The configuration parameters for log delivery when the resource type
|
|
2363
|
+
# supports configurable log types, such as Amazon Bedrock Knowledge
|
|
2364
|
+
# Bases or Elastic Load Balancing Application Load Balancers.
|
|
2268
2365
|
# @return [Types::LogDeliveryParameters]
|
|
2269
2366
|
#
|
|
2270
2367
|
# @!attribute [rw] msk_monitoring_parameters
|
|
@@ -2272,6 +2369,12 @@ module Aws::ObservabilityAdmin
|
|
|
2272
2369
|
# resource type.
|
|
2273
2370
|
# @return [Types::MskMonitoringParameters]
|
|
2274
2371
|
#
|
|
2372
|
+
# @!attribute [rw] kms_key_arn
|
|
2373
|
+
# The Amazon Resource Name (ARN) of the customer-managed Amazon Web
|
|
2374
|
+
# Services KMS key used to encrypt the log groups created during
|
|
2375
|
+
# telemetry rule remediation.
|
|
2376
|
+
# @return [String]
|
|
2377
|
+
#
|
|
2275
2378
|
# @see http://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/TelemetryDestinationConfiguration AWS API Documentation
|
|
2276
2379
|
#
|
|
2277
2380
|
class TelemetryDestinationConfiguration < Struct.new(
|
|
@@ -2283,7 +2386,8 @@ module Aws::ObservabilityAdmin
|
|
|
2283
2386
|
:elb_load_balancer_logging_parameters,
|
|
2284
2387
|
:waf_logging_parameters,
|
|
2285
2388
|
:log_delivery_parameters,
|
|
2286
|
-
:msk_monitoring_parameters
|
|
2389
|
+
:msk_monitoring_parameters,
|
|
2390
|
+
:kms_key_arn)
|
|
2287
2391
|
SENSITIVE = []
|
|
2288
2392
|
include Aws::Structure
|
|
2289
2393
|
end
|
|
@@ -2453,8 +2557,9 @@ module Aws::ObservabilityAdmin
|
|
|
2453
2557
|
#
|
|
2454
2558
|
# @!attribute [rw] resource_type
|
|
2455
2559
|
# The type of Amazon Web Services resource to configure telemetry for
|
|
2456
|
-
# (
|
|
2457
|
-
#
|
|
2560
|
+
# (for example, `AWS::EC2::VPC`, `AWS::EKS::Cluster`,
|
|
2561
|
+
# `AWS::ElasticLoadBalancingV2::LoadBalancer`, or
|
|
2562
|
+
# `AWS::Bedrock::KnowledgeBase`).
|
|
2458
2563
|
# @return [String]
|
|
2459
2564
|
#
|
|
2460
2565
|
# @!attribute [rw] telemetry_type
|
data/sig/client.rbs
CHANGED
|
@@ -186,6 +186,8 @@ module Aws
|
|
|
186
186
|
def last_update_time_stamp: () -> ::Integer
|
|
187
187
|
def rule_health: () -> ("Healthy" | "Unhealthy" | "Provisioning")
|
|
188
188
|
def failure_reason: () -> ("TRUSTED_ACCESS_NOT_ENABLED" | "DESTINATION_ACCOUNT_NOT_IN_ORGANIZATION" | "INTERNAL_SERVER_ERROR")
|
|
189
|
+
def tag_propagation_status: () -> ("Healthy" | "Unhealthy")
|
|
190
|
+
def tag_propagation_failure_reason: () -> ("RoleNotAssumable" | "RoleLacksPermissions")
|
|
189
191
|
def centralization_rule: () -> Types::CentralizationRule
|
|
190
192
|
end
|
|
191
193
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ObservabilityAdmin/Client.html#get_centralization_rule_for_organization-instance_method
|
data/sig/params.rbs
CHANGED
|
@@ -25,7 +25,8 @@ module Aws
|
|
|
25
25
|
logs_encryption_configuration: {
|
|
26
26
|
encryption_strategy: ("CUSTOMER_MANAGED" | "AWS_OWNED"),
|
|
27
27
|
kms_key_arn: ::String?,
|
|
28
|
-
encryption_conflict_resolution_strategy: ("ALLOW" | "SKIP")
|
|
28
|
+
encryption_conflict_resolution_strategy: ("ALLOW" | "SKIP")?,
|
|
29
|
+
encryption_scope: ("ENCRYPTED_SOURCE_ONLY" | "NEW_DESTINATION_LOG_GROUPS")?
|
|
29
30
|
}?,
|
|
30
31
|
backup_configuration: {
|
|
31
32
|
region: ::String,
|
|
@@ -33,6 +34,10 @@ module Aws
|
|
|
33
34
|
}?,
|
|
34
35
|
log_group_name_configuration: {
|
|
35
36
|
log_group_name_pattern: ::String
|
|
37
|
+
}?,
|
|
38
|
+
tag_propagation_configuration: {
|
|
39
|
+
destination_role_arn: ::String,
|
|
40
|
+
tag_conflict_resolution_strategy: ("IN_SYNC" | "ADD_ONLY" | "UPDATE_SYNC")?
|
|
36
41
|
}?
|
|
37
42
|
}
|
|
38
43
|
|
|
@@ -93,7 +98,8 @@ module Aws
|
|
|
93
98
|
}?,
|
|
94
99
|
msk_monitoring_parameters: {
|
|
95
100
|
enhanced_monitoring: ("DEFAULT" | "PER_BROKER" | "PER_TOPIC_PER_BROKER" | "PER_TOPIC_PER_PARTITION")?
|
|
96
|
-
}
|
|
101
|
+
}?,
|
|
102
|
+
kms_key_arn: ::String?
|
|
97
103
|
}
|
|
98
104
|
|
|
99
105
|
type telemetry_rule = {
|
data/sig/types.rbs
CHANGED
|
@@ -67,6 +67,8 @@ module Aws::ObservabilityAdmin
|
|
|
67
67
|
attr_accessor last_update_time_stamp: ::Integer
|
|
68
68
|
attr_accessor rule_health: ("Healthy" | "Unhealthy" | "Provisioning")
|
|
69
69
|
attr_accessor failure_reason: ("TRUSTED_ACCESS_NOT_ENABLED" | "DESTINATION_ACCOUNT_NOT_IN_ORGANIZATION" | "INTERNAL_SERVER_ERROR")
|
|
70
|
+
attr_accessor tag_propagation_status: ("Healthy" | "Unhealthy")
|
|
71
|
+
attr_accessor tag_propagation_failure_reason: ("RoleNotAssumable" | "RoleLacksPermissions")
|
|
70
72
|
attr_accessor destination_account_id: ::String
|
|
71
73
|
attr_accessor destination_region: ::String
|
|
72
74
|
SENSITIVE: []
|
|
@@ -197,6 +199,7 @@ module Aws::ObservabilityAdmin
|
|
|
197
199
|
attr_accessor logs_encryption_configuration: Types::LogsEncryptionConfiguration
|
|
198
200
|
attr_accessor backup_configuration: Types::LogsBackupConfiguration
|
|
199
201
|
attr_accessor log_group_name_configuration: Types::LogGroupNameConfiguration
|
|
202
|
+
attr_accessor tag_propagation_configuration: Types::TagPropagationConfiguration
|
|
200
203
|
SENSITIVE: []
|
|
201
204
|
end
|
|
202
205
|
|
|
@@ -246,6 +249,8 @@ module Aws::ObservabilityAdmin
|
|
|
246
249
|
attr_accessor last_update_time_stamp: ::Integer
|
|
247
250
|
attr_accessor rule_health: ("Healthy" | "Unhealthy" | "Provisioning")
|
|
248
251
|
attr_accessor failure_reason: ("TRUSTED_ACCESS_NOT_ENABLED" | "DESTINATION_ACCOUNT_NOT_IN_ORGANIZATION" | "INTERNAL_SERVER_ERROR")
|
|
252
|
+
attr_accessor tag_propagation_status: ("Healthy" | "Unhealthy")
|
|
253
|
+
attr_accessor tag_propagation_failure_reason: ("RoleNotAssumable" | "RoleLacksPermissions")
|
|
249
254
|
attr_accessor centralization_rule: Types::CentralizationRule
|
|
250
255
|
SENSITIVE: []
|
|
251
256
|
end
|
|
@@ -489,6 +494,7 @@ module Aws::ObservabilityAdmin
|
|
|
489
494
|
attr_accessor encryption_strategy: ("CUSTOMER_MANAGED" | "AWS_OWNED")
|
|
490
495
|
attr_accessor kms_key_arn: ::String
|
|
491
496
|
attr_accessor encryption_conflict_resolution_strategy: ("ALLOW" | "SKIP")
|
|
497
|
+
attr_accessor encryption_scope: ("ENCRYPTED_SOURCE_ONLY" | "NEW_DESTINATION_LOG_GROUPS")
|
|
492
498
|
SENSITIVE: []
|
|
493
499
|
end
|
|
494
500
|
|
|
@@ -589,6 +595,12 @@ module Aws::ObservabilityAdmin
|
|
|
589
595
|
SENSITIVE: []
|
|
590
596
|
end
|
|
591
597
|
|
|
598
|
+
class TagPropagationConfiguration
|
|
599
|
+
attr_accessor destination_role_arn: ::String
|
|
600
|
+
attr_accessor tag_conflict_resolution_strategy: ("IN_SYNC" | "ADD_ONLY" | "UPDATE_SYNC")
|
|
601
|
+
SENSITIVE: []
|
|
602
|
+
end
|
|
603
|
+
|
|
592
604
|
class TagResourceInput
|
|
593
605
|
attr_accessor resource_arn: ::String
|
|
594
606
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
@@ -616,6 +628,7 @@ module Aws::ObservabilityAdmin
|
|
|
616
628
|
attr_accessor waf_logging_parameters: Types::WAFLoggingParameters
|
|
617
629
|
attr_accessor log_delivery_parameters: Types::LogDeliveryParameters
|
|
618
630
|
attr_accessor msk_monitoring_parameters: Types::MskMonitoringParameters
|
|
631
|
+
attr_accessor kms_key_arn: ::String
|
|
619
632
|
SENSITIVE: []
|
|
620
633
|
end
|
|
621
634
|
|