AWS::EC2::VerifiedAccessInstance
Describes a Verified Access instance.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::EC2::VerifiedAccessInstance", "Properties" : { "Description" :String, "LoggingConfigurations" :VerifiedAccessLogs, "Tags" :[ Tag, ... ], "VerifiedAccessTrustProviderIds" :[ String, ... ], "VerifiedAccessTrustProviders" :[ VerifiedAccessTrustProvider, ... ]} }
YAML
Type: AWS::EC2::VerifiedAccessInstance Properties: Description:StringLoggingConfigurations:VerifiedAccessLogsTags:- TagVerifiedAccessTrustProviderIds:- StringVerifiedAccessTrustProviders:- VerifiedAccessTrustProvider
Properties
Description-
A description for the Amazon Verified Access instance.
Required: No
Type: String
Update requires: No interruption
LoggingConfigurations-
The current logging configuration for the Verified Access instances.
Required: No
Type: VerifiedAccessLogs
Update requires: No interruption
Tags-
The tags.
Required: No
Type: List of Tag
Update requires: No interruption
VerifiedAccessTrustProviderIds-
The IDs of the Amazon Verified Access trust providers.
Required: No
Type: List of String
Update requires: No interruption
VerifiedAccessTrustProviders-
The IDs of the Amazon Verified Access trust providers.
Required: No
Type: List of VerifiedAccessTrustProvider
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 instance.
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.