Activity Args
data class ActivityArgs(val encryptionConfiguration: Output<ActivityEncryptionConfigurationArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ActivityArgs>
Resource schema for Activity
Example Usage
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
constructor(encryptionConfiguration: Output<ActivityEncryptionConfigurationArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
Encryption configuration for the activity. Activity configuration is immutable, and resource names must be unique. To set customer managed keys for encryption, you must create a new Activity . If you attempt to change the configuration in your CFN template for an existing activity, you will receive an ActivityAlreadyExists
exception. To update your activity to include customer managed keys, set a new activity name within your AWS CloudFormation template.