All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.dynamodb.kotlin.outputs.GlobalTableReplicaSseSpecification.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.dynamodb.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property kmsMasterKeyId The AWS KMS key that should be used for the AWS KMS encryption. To specify a key, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this parameter if the key is different from the default DynamoDB key `alias/aws/dynamodb` .
 */
public data class GlobalTableReplicaSseSpecification(
    public val kmsMasterKeyId: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.dynamodb.outputs.GlobalTableReplicaSseSpecification): GlobalTableReplicaSseSpecification = GlobalTableReplicaSseSpecification(
            kmsMasterKeyId = javaType.kmsMasterKeyId(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy