AWS::EC2::VerifiedAccessTrustProviderA trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices. When an application request is made, the identity information sent by the trust provider is evaluated by Verified Access before allowing or denying the application request.
import { CfnVerifiedAccessTrustProvider } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnVerifiedAccessTrustProviderConfiguration passed to the constructor as CfnVerifiedAccessTrustProviderProps.
policyReferenceNameRequiredstringThe identifier to be used when working with policy rules.
trustProviderTypeRequiredstringThe type of Verified Access trust provider.
descriptionOptionalstringA description for the AWS Verified Access trust provider.
deviceOptionsOptionalIResolvable | DeviceOptionsPropertyThe options for device-identity trust provider.
deviceTrustProviderTypeOptionalstringThe type of device-based trust provider.
nativeApplicationOidcOptionsOptionalIResolvable | NativeApplicationOidcOptionsPropertyThe OpenID Connect (OIDC) options.
oidcOptionsOptionalIResolvable | OidcOptionsPropertyThe options for an OpenID Connect-compatible user-identity trust provider.
sseSpecificationOptionalIResolvable | SseSpecificationPropertyThe options for additional server side encryption.
tagsOptionalCfnTag[]The tags.
userTrustProviderTypeOptionalstringThe type of user-based trust provider.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon EC2 on one page. HD quality, print-friendly.
Download Free Infographicaws-ec2AWS::EC2::VerifiedAccessTrustProvider