AWS AWSCloudFormation documentation change
Summary
Added Ref/GetAtt documentation and completed property descriptions including encryption and vault type details
Security assessment
Documents security-related properties like encryption keys and air-gapped vault types which are security features
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/aws-resource-backup-logicallyairgappedbackupvault.md b/AWSCloudFormation/latest/UserGuide/aws-resource-backup-logicallyairgappedbackupvault.md index 5fb8c21d7..13982830a 100644 --- a//AWSCloudFormation/latest/UserGuide/aws-resource-backup-logicallyairgappedbackupvault.md +++ b//AWSCloudFormation/latest/UserGuide/aws-resource-backup-logicallyairgappedbackupvault.md @@ -127,0 +128,4 @@ _Required_ : No +When you pass the logical ID of this resource to the intrinsic `Ref` function, `Ref` returns the ARN of the backup vault. + +For more information about using the `Ref` function, see [`Ref`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref.html). + @@ -129,0 +134,4 @@ _Required_ : No +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`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html). + @@ -135 +143 @@ _Required_ : No -Property description not available. +The ARN of the backup vault. @@ -140 +148 @@ Property description not available. -Property description not available. +The ARN of the server-side encryption key. @@ -145 +153 @@ Property description not available. -Property description not available. +The vault state. The possible values are `CREATING`, `AVAILABLE`, and `FAILED`. @@ -150 +158 @@ Property description not available. -Property description not available. +The vault type. The possible values are `BACKUP_VAULT` and `LOGICALLY_AIR_GAPPED_BACKUP_VAULT`.