Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.96 KB

File metadata and controls

63 lines (38 loc) · 1.96 KB

Community::Organizations::EbsEncryptionDefaults

Region level EBS encryption defaults: encryption enabled/disabled and KmsKeyId.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{
    "Type" : "Community::Organizations::EbsEncryptionDefaults",
    "Properties" : {
        "EnableEbsEncryptionByDefault" : Boolean,
        "DefaultEbsEncryptionKeyId" : String
    }
}

YAML

Type: Community::Organizations::EbsEncryptionDefaults
Properties:
    EnableEbsEncryptionByDefault: Boolean
    DefaultEbsEncryptionKeyId: String

Properties

EnableEbsEncryptionByDefault

Required: No

Type: Boolean

Update requires: No interruption

DefaultEbsEncryptionKeyId

Required: No

Type: String

Update requires: No interruption

Return Values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the ResourceId.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

ResourceId

Returns the ResourceId value.