AWS::EC2::VerifiedAccessGroup
Describes a Verified Access group.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::EC2::VerifiedAccessGroup", "Properties" : { "Description" :String, "PolicyDocument" :String, "PolicyEnabled" :Boolean, "Tags" :[ Tag, ... ], "VerifiedAccessInstanceId" :String} }
YAML
Type: AWS::EC2::VerifiedAccessGroup Properties: Description:StringPolicyDocument:StringPolicyEnabled:BooleanTags:- TagVerifiedAccessInstanceId:String
Properties
Description-
A description for the Amazon Verified Access group.
Required: No
Type: String
Update requires: No interruption
PolicyDocument-
The Verified Access policy document.
Required: No
Type: String
Update requires: No interruption
PolicyEnabled-
The status of the Verified Access policy.
Required: No
Type: Boolean
Update requires: No interruption
Tags-
The tags.
Required: No
Type: List of Tag
Update requires: No interruption
VerifiedAccessInstanceId-
The ID of the Amazon Verified Access instance.
Required: Yes
Type: String
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the ID of the Verified Access group.
For more information about using the Reffunction, see Ref.
Fn::GetAtt
The Fn::GetAttintrinsic 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::GetAttintrinsic function, see Fn::GetAtt.