encryptionConfiguration

@JvmName(name = "ypvumsvhoexgfwpf")
suspend fun encryptionConfiguration(value: Output<ServiceEncryptionConfigurationArgs>)
@JvmName(name = "gpsdvboipbyqepvr")
suspend fun encryptionConfiguration(value: ServiceEncryptionConfigurationArgs?)

Parameters

value

An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs. By default, App Runner uses an AWS managed CMK. See Encryption Configuration below for more details.


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

Parameters

argument

An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs. By default, App Runner uses an AWS managed CMK. See Encryption Configuration below for more details.