data class SecretReplicaArgs(val kmsKeyId: Output<String>? = null, val lastAccessedDate: Output<String>? = null, val region: Output<String>, val status: Output<String>? = null, val statusMessage: Output<String>? = null) : ConvertibleToJava<SecretReplicaArgs>
ARN, Key ID, or Alias of the AWS KMS key within the region secret is replicated to. If one is not specified, then Secrets Manager defaults to using the AWS account's default KMS key (aws/secretsmanager) in the region or creates one for use if non-existent.