AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::EC2::VerifiedAccessGroup

CfnVerifiedAccessGroup

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.

Import

import { CfnVerifiedAccessGroup } from 'aws-cdk-lib/aws-ec2';

Or use the module namespace:

import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnVerifiedAccessGroup

Properties

Configuration passed to the constructor as CfnVerifiedAccessGroupProps.

verifiedAccessInstanceIdRequired
string

The ID of the AWS Verified Access instance.

descriptionOptional
string

A description for the AWS Verified Access group.

policyDocumentOptional
string

The Verified Access policy document.

policyEnabledOptional
boolean | IResolvable

The status of the Verified Access policy.

sseSpecificationOptional
IResolvable | SseSpecificationProperty

The options for additional server side encryption.

tagsOptional
CfnTag[]

The tags.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon EC2 Cheat Sheet

Everything you need to know about Amazon EC2 on one page. HD quality, print-friendly.

Download Free Infographic