encryptionConfiguration

@JvmName(name = "stshldgyebwgfurj")
suspend fun encryptionConfiguration(value: Output<ActivityEncryptionConfigurationArgs>)
@JvmName(name = "owrnslkcuttraksy")
suspend fun encryptionConfiguration(value: ActivityEncryptionConfigurationArgs?)

Parameters

value

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.


@JvmName(name = "ujynwlmtxnospfor")
suspend fun encryptionConfiguration(argument: suspend ActivityEncryptionConfigurationArgsBuilder.() -> Unit)

Parameters

argument

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.