Class CfnVerifiedAccessTrustProvider
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.ec2.CfnVerifiedAccessTrustProvider
- All Implemented Interfaces:
IInspectable,ITaggable,IVerifiedAccessTrustProviderRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:37.687Z")
@Stability(Stable)
public class CfnVerifiedAccessTrustProvider
extends CfnResource
implements IInspectable, IVerifiedAccessTrustProviderRef, ITaggable
A 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.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
CfnVerifiedAccessTrustProvider cfnVerifiedAccessTrustProvider = CfnVerifiedAccessTrustProvider.Builder.create(this, "MyCfnVerifiedAccessTrustProvider")
.policyReferenceName("policyReferenceName")
.trustProviderType("trustProviderType")
// the properties below are optional
.description("description")
.deviceOptions(DeviceOptionsProperty.builder()
.publicSigningKeyUrl("publicSigningKeyUrl")
.tenantId("tenantId")
.build())
.deviceTrustProviderType("deviceTrustProviderType")
.nativeApplicationOidcOptions(NativeApplicationOidcOptionsProperty.builder()
.authorizationEndpoint("authorizationEndpoint")
.clientId("clientId")
.clientSecret("clientSecret")
.issuer("issuer")
.publicSigningKeyEndpoint("publicSigningKeyEndpoint")
.scope("scope")
.tokenEndpoint("tokenEndpoint")
.userInfoEndpoint("userInfoEndpoint")
.build())
.oidcOptions(OidcOptionsProperty.builder()
.authorizationEndpoint("authorizationEndpoint")
.clientId("clientId")
.clientSecret("clientSecret")
.issuer("issuer")
.scope("scope")
.tokenEndpoint("tokenEndpoint")
.userInfoEndpoint("userInfoEndpoint")
.build())
.sseSpecification(SseSpecificationProperty.builder()
.customerManagedKeyEnabled(false)
.kmsKeyArn("kmsKeyArn")
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.userTrustProviderType("userTrustProviderType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnVerifiedAccessTrustProvider.static interfaceDescribes the options for an AWS Verified Access device-identity based trust provider.static interfaceDescribes the OpenID Connect (OIDC) options.static interfaceDescribes the options for an OpenID Connect-compatible user-identity trust provider.static interfaceAWS Verified Access provides server side encryption by default to data at rest using AWS -owned KMS keys.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IVerifiedAccessTrustProviderRef
IVerifiedAccessTrustProviderRef.Jsii$Default, IVerifiedAccessTrustProviderRef.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnVerifiedAccessTrustProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnVerifiedAccessTrustProvider(software.amazon.jsii.JsiiObjectRef objRef) CfnVerifiedAccessTrustProvider(software.constructs.Construct scope, String id, CfnVerifiedAccessTrustProviderProps props) -
Method Summary
Modifier and TypeMethodDescriptionfromVerifiedAccessTrustProviderId(software.constructs.Construct scope, String id, String verifiedAccessTrustProviderId) Creates a new IVerifiedAccessTrustProviderRef from a verifiedAccessTrustProviderId.The creation time.The last updated time.The ID of the Verified Access trust provider.A description for the AWS Verified Access trust provider.The options for device-identity trust provider.The type of device-based trust provider.The OpenID Connect (OIDC) options.The options for an OpenID Connect-compatible user-identity trust provider.The identifier to be used when working with policy rules.The options for additional server side encryption.getTags()Tag Manager which manages the tags for this resource.The tags.The type of Verified Access trust provider.The type of user-based trust provider.A reference to a VerifiedAccessTrustProvider resource.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetDescription(String value) A description for the AWS Verified Access trust provider.voidsetDeviceOptions(IResolvable value) The options for device-identity trust provider.voidThe options for device-identity trust provider.voidsetDeviceTrustProviderType(String value) The type of device-based trust provider.voidThe OpenID Connect (OIDC) options.voidsetNativeApplicationOidcOptions(CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty value) The OpenID Connect (OIDC) options.voidsetOidcOptions(IResolvable value) The options for an OpenID Connect-compatible user-identity trust provider.voidThe options for an OpenID Connect-compatible user-identity trust provider.voidsetPolicyReferenceName(String value) The identifier to be used when working with policy rules.voidsetSseSpecification(IResolvable value) The options for additional server side encryption.voidThe options for additional server side encryption.voidsetTagsRaw(List<CfnTag> value) The tags.voidsetTrustProviderType(String value) The type of Verified Access trust provider.voidsetUserTrustProviderType(String value) The type of user-based trust provider.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnVerifiedAccessTrustProvider
protected CfnVerifiedAccessTrustProvider(software.amazon.jsii.JsiiObjectRef objRef) -
CfnVerifiedAccessTrustProvider
protected CfnVerifiedAccessTrustProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnVerifiedAccessTrustProvider
@Stability(Stable) public CfnVerifiedAccessTrustProvider(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnVerifiedAccessTrustProviderProps props) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
fromVerifiedAccessTrustProviderId
@Stability(Stable) @NotNull public static IVerifiedAccessTrustProviderRef fromVerifiedAccessTrustProviderId(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String verifiedAccessTrustProviderId) Creates a new IVerifiedAccessTrustProviderRef from a verifiedAccessTrustProviderId.- Parameters:
scope- This parameter is required.id- This parameter is required.verifiedAccessTrustProviderId- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrCreationTime
The creation time. -
getAttrLastUpdatedTime
The last updated time. -
getAttrVerifiedAccessTrustProviderId
The ID of the Verified Access trust provider. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getVerifiedAccessTrustProviderRef
@Stability(Stable) @NotNull public VerifiedAccessTrustProviderReference getVerifiedAccessTrustProviderRef()A reference to a VerifiedAccessTrustProvider resource.- Specified by:
getVerifiedAccessTrustProviderRefin interfaceIVerifiedAccessTrustProviderRef
-
getPolicyReferenceName
The identifier to be used when working with policy rules. -
setPolicyReferenceName
The identifier to be used when working with policy rules. -
getTrustProviderType
The type of Verified Access trust provider. -
setTrustProviderType
The type of Verified Access trust provider. -
getDescription
A description for the AWS Verified Access trust provider. -
setDescription
A description for the AWS Verified Access trust provider. -
getDeviceOptions
The options for device-identity trust provider.Returns union: either
IResolvableorCfnVerifiedAccessTrustProvider.DeviceOptionsProperty -
setDeviceOptions
The options for device-identity trust provider. -
setDeviceOptions
@Stability(Stable) public void setDeviceOptions(@Nullable CfnVerifiedAccessTrustProvider.DeviceOptionsProperty value) The options for device-identity trust provider. -
getDeviceTrustProviderType
The type of device-based trust provider. -
setDeviceTrustProviderType
The type of device-based trust provider. -
getNativeApplicationOidcOptions
The OpenID Connect (OIDC) options.Returns union: either
IResolvableorCfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty -
setNativeApplicationOidcOptions
The OpenID Connect (OIDC) options. -
setNativeApplicationOidcOptions
@Stability(Stable) public void setNativeApplicationOidcOptions(@Nullable CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty value) The OpenID Connect (OIDC) options. -
getOidcOptions
The options for an OpenID Connect-compatible user-identity trust provider.Returns union: either
IResolvableorCfnVerifiedAccessTrustProvider.OidcOptionsProperty -
setOidcOptions
The options for an OpenID Connect-compatible user-identity trust provider. -
setOidcOptions
@Stability(Stable) public void setOidcOptions(@Nullable CfnVerifiedAccessTrustProvider.OidcOptionsProperty value) The options for an OpenID Connect-compatible user-identity trust provider. -
getSseSpecification
The options for additional server side encryption.Returns union: either
IResolvableorCfnVerifiedAccessTrustProvider.SseSpecificationProperty -
setSseSpecification
The options for additional server side encryption. -
setSseSpecification
@Stability(Stable) public void setSseSpecification(@Nullable CfnVerifiedAccessTrustProvider.SseSpecificationProperty value) The options for additional server side encryption. -
getTagsRaw
The tags. -
setTagsRaw
The tags. -
getUserTrustProviderType
The type of user-based trust provider. -
setUserTrustProviderType
The type of user-based trust provider.
-