AWS::EC2::VerifiedAccessInstance - AWS CloudFormation

AWS::EC2::VerifiedAccessInstance

An AWS Verified Access instance is a regional entity that evaluates application requests and grants access only when your security requirements are met.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::EC2::VerifiedAccessInstance", "Properties" : { "Description" : String, "FipsEnabled" : Boolean, "LoggingConfigurations" : VerifiedAccessLogs, "Tags" : [ Tag, ... ], "VerifiedAccessTrustProviderIds" : [ String, ... ], "VerifiedAccessTrustProviders" : [ VerifiedAccessTrustProvider, ... ] } }

Properties

Description

A description for the AWS Verified Access instance.

Required: No

Type: String

Update requires: No interruption

FipsEnabled

Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.

Required: No

Type: Boolean

Update requires: No interruption

LoggingConfigurations

The logging configuration for the Verified Access instances.

Required: No

Type: VerifiedAccessLogs

Update requires: No interruption

Tags

The tags.

Required: No

Type: Array of Tag

Update requires: No interruption

VerifiedAccessTrustProviderIds

The IDs of the AWS Verified Access trust providers.

Required: No

Type: Array of String

Update requires: No interruption

VerifiedAccessTrustProviders

The IDs of the AWS Verified Access trust providers.

Required: No

Type: Array of VerifiedAccessTrustProvider

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 instance.

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.

VerifiedAccessInstanceId

The ID of the Verified Access instance.