TagPropagationConfiguration
Specifies configuration for propagating resource tags from source log groups to centralized destination log groups. The service uses a customer-managed IAM role in the destination account to add, update, and remove tags on destination log groups.
Types
Properties
Link copied to clipboard
The ARN of a customer-managed IAM role in the destination account. The service assumes this role to propagate tags to destination log groups. You must have iam:PassRole permission on this role.
Link copied to clipboard
The strategy for resolving conflicts when a tag key exists on both the source and destination log groups. If not specified, defaults to UPDATE_SYNC.
Functions
Link copied to clipboard
inline fun copy(block: TagPropagationConfiguration.Builder.() -> Unit = {}): TagPropagationConfiguration