AWS::EC2::VerifiedAccessGroup
An AWS Verified Access group is a collection of AWS Verified Access endpoints who's associated applications have similar security requirements. Each instance within a Verified Access group shares an Verified Access policy. For example, you can group all Verified Access instances associated with "sales" applications together and use one common Verified Access policy.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::EC2::VerifiedAccessGroup", "Properties" : { "Description" :
String
, "PolicyDocument" :String
, "PolicyEnabled" :Boolean
, "SseSpecification" :SseSpecification
, "Tags" :[ Tag, ... ]
, "VerifiedAccessInstanceId" :String
} }
YAML
Type: AWS::EC2::VerifiedAccessGroup Properties: Description:
String
PolicyDocument:String
PolicyEnabled:Boolean
SseSpecification:SseSpecification
Tags:- Tag
VerifiedAccessInstanceId:String
Properties
Description
-
A description for the AWS 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
SseSpecification
-
The options for additional server side encryption.
Required: No
Type: SseSpecification
Update requires: No interruption
-
The tags.
Required: No
Type: Array of Tag
Update requires: No interruption
VerifiedAccessInstanceId
-
The ID of the AWS 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 Ref
function, Ref
returns the ID of the Verified Access group.
For more information about using the Ref
function, see Ref
.
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
.
CreationTime
-
The creation time.
LastUpdatedTime
-
The last updated time.
Owner
-
The ID of the AWS account that owns the group.
VerifiedAccessGroupArn
-
The ARN of the Verified Access group.
VerifiedAccessGroupId
-
The ID of the Verified Access group.