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
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.106.0 (build e852934)",
date="2025-02-06T22:15:53.308Z")
@Stability(Stable)
public class CfnVerifiedAccessTrustProvider
extends CfnResource
implements IInspectable, 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 class
A fluent builder forCfnVerifiedAccessTrustProvider
.static interface
Describes the options for an AWS Verified Access device-identity based trust provider.static interface
Describes the OpenID Connect (OIDC) options.static interface
Describes the options for an OpenID Connect-compatible user-identity trust provider.static interface
AWS 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.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CfnVerifiedAccessTrustProvider
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnVerifiedAccessTrustProvider
(software.amazon.jsii.JsiiObjectRef objRef) CfnVerifiedAccessTrustProvider
(software.constructs.Construct scope, String id, CfnVerifiedAccessTrustProviderProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe 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.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setDescription
(String value) A description for the AWS Verified Access trust provider.void
setDeviceOptions
(IResolvable value) The options for device-identity trust provider.void
The options for device-identity trust provider.void
setDeviceTrustProviderType
(String value) The type of device-based trust provider.void
The OpenID Connect (OIDC) options.void
setNativeApplicationOidcOptions
(CfnVerifiedAccessTrustProvider.NativeApplicationOidcOptionsProperty value) The OpenID Connect (OIDC) options.void
setOidcOptions
(IResolvable value) The options for an OpenID Connect-compatible user-identity trust provider.void
The options for an OpenID Connect-compatible user-identity trust provider.void
setPolicyReferenceName
(String value) The identifier to be used when working with policy rules.void
setSseSpecification
(IResolvable value) The options for additional server side encryption.void
The options for additional server side encryption.void
setTagsRaw
(List<CfnTag> value) The tags.void
setTrustProviderType
(String value) The type of Verified Access trust provider.void
setUserTrustProviderType
(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, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in 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:
renderProperties
in 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:
getCfnProperties
in classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
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. -
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. -
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. -
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. -
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.
-