AWS::EC2::VerifiedAccessGroup - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String PolicyDocument: String PolicyEnabled: Boolean Tags: - Tag VerifiedAccessInstanceId: 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.

CreationTime

The creation time.

LastUpdatedTime

The last updated time.

Owner

The ID of the Amazon Web Services account that owns the group.

VerifiedAccessGroupArn

The ARN of the Verified Access group.

VerifiedAccessGroupId

The ID of the Verified Access group.