ActivityArgs

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.

Link copied to clipboard
val name: Output<String>? = null

The name of the activity. A name must not contain:

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The list of tags to add to a resource. Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @ .

Functions

Link copied to clipboard
open override fun toJava(): ActivityArgs