AwsKmsKeyPropertiesArgs

constructor(arn: Output<String>? = null, bypassPolicyLockoutSafetyCheck: Output<Boolean>? = null, description: Output<String>? = null, enableKeyRotation: Output<Boolean>? = null, enabled: Output<Boolean>? = null, keyId: Output<String>? = null, keyPolicy: Output<Any>? = null, keySpec: Output<Either<String, KeySpec>>? = null, keyUsage: Output<Either<String, KeyUsage>>? = null, multiRegion: Output<Boolean>? = null, origin: Output<Either<String, Origin>>? = null, pendingWindowInDays: Output<Int>? = null, rotationPeriodInDays: Output<Int>? = null, tags: Output<List<TagArgs>>? = null)