Class CfnVerifiedAccessInstance

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

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:39.208Z") @Stability(Stable) public class CfnVerifiedAccessInstance extends CfnResource implements IInspectable
A CloudFormation AWS::EC2::VerifiedAccessInstance.

Describes a Verified Access instance.

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")
         .loggingConfigurations(VerifiedAccessLogsProperty.builder()
                 .cloudWatchLogs(CloudWatchLogsProperty.builder()
                         .enabled(false)
                         .logGroup("logGroup")
                         .build())
                 .kinesisDataFirehose(KinesisDataFirehoseProperty.builder()
                         .deliveryStream("deliveryStream")
                         .enabled(false)
                         .build())
                 .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();
 
  • 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 Construct scope, @NotNull String id, @Nullable CfnVerifiedAccessInstanceProps props)
      Create a new AWS::EC2::VerifiedAccessInstance.

      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      props -
      • resource properties.
    • CfnVerifiedAccessInstance

      @Stability(Stable) public CfnVerifiedAccessInstance(@NotNull Construct scope, @NotNull String id)
      Create a new AWS::EC2::VerifiedAccessInstance.

      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      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()
      The tags.
    • 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.
    • getLoggingConfigurations

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

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

      @Stability(Stable) public void setLoggingConfigurations(@Nullable CfnVerifiedAccessInstance.VerifiedAccessLogsProperty value)
      The current logging configuration for the Verified Access instances.
    • 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.