Replica Key Args
data class ReplicaKeyArgs(val description: Output<String>? = null, val enabled: Output<Boolean>? = null, val keyPolicy: Output<Any>? = null, val pendingWindowInDays: Output<Int>? = null, val primaryKeyArn: Output<String>? = null, val tags: Output<List<ReplicaKeyTagArgs>>? = null) : ConvertibleToJava<ReplicaKeyArgs>
The AWS::KMS::ReplicaKey resource specifies a multi-region replica AWS KMS key in AWS Key Management Service (AWS KMS).
Constructors
Link copied to clipboard
fun ReplicaKeyArgs(description: Output<String>? = null, enabled: Output<Boolean>? = null, keyPolicy: Output<Any>? = null, pendingWindowInDays: Output<Int>? = null, primaryKeyArn: Output<String>? = null, tags: Output<List<ReplicaKeyTagArgs>>? = null)