interface CfnVerifiedAccessInstanceProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.EC2.CfnVerifiedAccessInstanceProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnVerifiedAccessInstanceProps |
Java | software.amazon.awscdk.services.ec2.CfnVerifiedAccessInstanceProps |
Python | aws_cdk.aws_ec2.CfnVerifiedAccessInstanceProps |
TypeScript | aws-cdk-lib » aws_ec2 » CfnVerifiedAccessInstanceProps |
Properties for defining a CfnVerifiedAccessInstance
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const cfnVerifiedAccessInstanceProps: ec2.CfnVerifiedAccessInstanceProps = {
description: 'description',
fipsEnabled: false,
loggingConfigurations: {
cloudWatchLogs: {
enabled: false,
logGroup: 'logGroup',
},
includeTrustContext: false,
kinesisDataFirehose: {
deliveryStream: 'deliveryStream',
enabled: false,
},
logVersion: 'logVersion',
s3: {
bucketName: 'bucketName',
bucketOwner: 'bucketOwner',
enabled: false,
prefix: 'prefix',
},
},
tags: [{
key: 'key',
value: 'value',
}],
verifiedAccessTrustProviderIds: ['verifiedAccessTrustProviderIds'],
verifiedAccessTrustProviders: [{
description: 'description',
deviceTrustProviderType: 'deviceTrustProviderType',
trustProviderType: 'trustProviderType',
userTrustProviderType: 'userTrustProviderType',
verifiedAccessTrustProviderId: 'verifiedAccessTrustProviderId',
}],
};
Properties
Name | Type | Description |
---|---|---|
description? | string | A description for the AWS Verified Access instance. |
fips | boolean | IResolvable | Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance. |
logging | IResolvable | Verified | The logging configuration for the Verified Access instances. |
tags? | Cfn [] | The tags. |
verified | string[] | The IDs of the AWS Verified Access trust providers. |
verified | IResolvable | IResolvable | Verified [] | The IDs of the AWS Verified Access trust providers. |
description?
Type:
string
(optional)
A description for the AWS Verified Access instance.
fipsEnabled?
Type:
boolean |
IResolvable
(optional)
Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.
loggingConfigurations?
Type:
IResolvable
|
Verified
(optional)
The logging configuration for the Verified Access instances.
tags?
Type:
Cfn
[]
(optional)
The tags.
verifiedAccessTrustProviderIds?
Type:
string[]
(optional)
The IDs of the AWS Verified Access trust providers.
verifiedAccessTrustProviders?
Type:
IResolvable
|
IResolvable
|
Verified
[]
(optional)
The IDs of the AWS Verified Access trust providers.