Class CfnVerifiedAccessInstance

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IInspectable, ITaggable, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:06.057Z") @Stability(Stable) public class CfnVerifiedAccessInstance extends CfnResource implements IInspectable, ITaggable
An AWS Verified Access instance is a regional entity that evaluates application requests and grants access only when your security requirements are met.

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.*;
 CfnVerifiedAccessInstance cfnVerifiedAccessInstance = CfnVerifiedAccessInstance.Builder.create(this, "MyCfnVerifiedAccessInstance")
         .description("description")
         .fipsEnabled(false)
         .loggingConfigurations(VerifiedAccessLogsProperty.builder()
                 .cloudWatchLogs(CloudWatchLogsProperty.builder()
                         .enabled(false)
                         .logGroup("logGroup")
                         .build())
                 .includeTrustContext(false)
                 .kinesisDataFirehose(KinesisDataFirehoseProperty.builder()
                         .deliveryStream("deliveryStream")
                         .enabled(false)
                         .build())
                 .logVersion("logVersion")
                 .s3(S3Property.builder()
                         .bucketName("bucketName")
                         .bucketOwner("bucketOwner")
                         .enabled(false)
                         .prefix("prefix")
                         .build())
                 .build())
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .verifiedAccessTrustProviderIds(List.of("verifiedAccessTrustProviderIds"))
         .verifiedAccessTrustProviders(List.of(VerifiedAccessTrustProviderProperty.builder()
                 .description("description")
                 .deviceTrustProviderType("deviceTrustProviderType")
                 .trustProviderType("trustProviderType")
                 .userTrustProviderType("userTrustProviderType")
                 .verifiedAccessTrustProviderId("verifiedAccessTrustProviderId")
                 .build()))
         .build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnVerifiedAccessInstance

      protected CfnVerifiedAccessInstance(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnVerifiedAccessInstance

      protected CfnVerifiedAccessInstance(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnVerifiedAccessInstance

      @Stability(Stable) public CfnVerifiedAccessInstance(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnVerifiedAccessInstanceProps 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.
    • CfnVerifiedAccessInstance

      @Stability(Stable) public CfnVerifiedAccessInstance(@NotNull software.constructs.Construct scope, @NotNull String id)
      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.
  • Method Details

    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      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 class CfnResource
      Parameters:
      props - This parameter is required.
    • getAttrCreationTime

      @Stability(Stable) @NotNull public String getAttrCreationTime()
      The creation time.
    • getAttrLastUpdatedTime

      @Stability(Stable) @NotNull public String getAttrLastUpdatedTime()
      The last updated time.
    • getAttrVerifiedAccessInstanceId

      @Stability(Stable) @NotNull public String getAttrVerifiedAccessInstanceId()
      The ID of the Verified Access instance.
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getTags

      @Stability(Stable) @NotNull public TagManager getTags()
      Tag Manager which manages the tags for this resource.
      Specified by:
      getTags in interface ITaggable
    • getDescription

      @Stability(Stable) @Nullable public String getDescription()
      A description for the AWS Verified Access instance.
    • setDescription

      @Stability(Stable) public void setDescription(@Nullable String value)
      A description for the AWS Verified Access instance.
    • getFipsEnabled

      @Stability(Stable) @Nullable public Object getFipsEnabled()
      Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.
    • setFipsEnabled

      @Stability(Stable) public void setFipsEnabled(@Nullable Boolean value)
      Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.
    • setFipsEnabled

      @Stability(Stable) public void setFipsEnabled(@Nullable IResolvable value)
      Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.
    • getLoggingConfigurations

      @Stability(Stable) @Nullable public Object getLoggingConfigurations()
      The logging configuration for the Verified Access instances.
    • setLoggingConfigurations

      @Stability(Stable) public void setLoggingConfigurations(@Nullable IResolvable value)
      The logging configuration for the Verified Access instances.
    • setLoggingConfigurations

      @Stability(Stable) public void setLoggingConfigurations(@Nullable CfnVerifiedAccessInstance.VerifiedAccessLogsProperty value)
      The logging configuration for the Verified Access instances.
    • getTagsRaw

      @Stability(Stable) @Nullable public List<CfnTag> getTagsRaw()
      The tags.
    • setTagsRaw

      @Stability(Stable) public void setTagsRaw(@Nullable List<CfnTag> value)
      The tags.
    • getVerifiedAccessTrustProviderIds

      @Stability(Stable) @Nullable public List<String> getVerifiedAccessTrustProviderIds()
      The IDs of the AWS Verified Access trust providers.
    • setVerifiedAccessTrustProviderIds

      @Stability(Stable) public void setVerifiedAccessTrustProviderIds(@Nullable List<String> value)
      The IDs of the AWS Verified Access trust providers.
    • getVerifiedAccessTrustProviders

      @Stability(Stable) @Nullable public Object getVerifiedAccessTrustProviders()
      The IDs of the AWS Verified Access trust providers.
    • setVerifiedAccessTrustProviders

      @Stability(Stable) public void setVerifiedAccessTrustProviders(@Nullable IResolvable value)
      The IDs of the AWS Verified Access trust providers.
    • setVerifiedAccessTrustProviders

      @Stability(Stable) public void setVerifiedAccessTrustProviders(@Nullable List<Object> value)
      The IDs of the AWS Verified Access trust providers.