Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Key = Resource{ AwsType: "AWS::KMS::Key", ReturnValue: Schema{ Type: ValueString, }, Properties: Properties{ "Description": Schema{ Type: ValueString, }, "Enabled": Schema{ Type: ValueBool, Default: true, }, "EnableKeyRotation": Schema{ Type: ValueBool, Default: false, }, "KeyPolicy": Schema{ Type: JSON, Required: constraints.Always, }, }, }
see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.