This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ODB::OdbNetwork KmsAccess
Configuration for AWS Key Management Service (KMS) access from the ODB network.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "DomainName" :String, "Ipv4Addresses" :[ String, ... ], "KmsPolicyDocument" :String, "Status" :String}
YAML
DomainName:StringIpv4Addresses:- StringKmsPolicyDocument:StringStatus:String
Properties
DomainName-
The domain name for AWS Key Management Service (KMS) access configuration.
Required: No
Type: String
Update requires: No interruption
Ipv4Addresses-
The IPv4 addresses allowed for AWS Key Management Service (KMS) access.
Required: No
Type: Array of String
Minimum:
1Maximum:
1024Update requires: No interruption
KmsPolicyDocument-
The AWS Key Management Service (KMS) policy document that defines permissions for key usage.
Required: No
Type: String
Update requires: No interruption
Status-
The current status of the AWS Key Management Service (KMS) access configuration.
Required: No
Type: String
Allowed values:
ENABLED | ENABLING | DISABLED | DISABLINGUpdate requires: No interruption