Interface CfnVerifiedAccessGroupProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVerifiedAccessGroupProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:39.206Z") @Stability(Stable) public interface CfnVerifiedAccessGroupProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnVerifiedAccessGroup.

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.*;
 CfnVerifiedAccessGroupProps cfnVerifiedAccessGroupProps = CfnVerifiedAccessGroupProps.builder()
         .verifiedAccessInstanceId("verifiedAccessInstanceId")
         // the properties below are optional
         .description("description")
         .policyDocument("policyDocument")
         .policyEnabled(false)
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .build();
 
  • Method Details

    • getVerifiedAccessInstanceId

      @Stability(Stable) @NotNull String getVerifiedAccessInstanceId()
      The ID of the AWS Verified Access instance.
    • getDescription

      @Stability(Stable) @Nullable default String getDescription()
      A description for the AWS Verified Access group.
    • getPolicyDocument

      @Stability(Stable) @Nullable default String getPolicyDocument()
      The Verified Access policy document.
    • getPolicyEnabled

      @Stability(Stable) @Nullable default Object getPolicyEnabled()
      The status of the Verified Access policy.
    • getTags

      @Stability(Stable) @Nullable default List<CfnTag> getTags()
      The tags.
    • builder

      @Stability(Stable) static CfnVerifiedAccessGroupProps.Builder builder()
      Returns:
      a CfnVerifiedAccessGroupProps.Builder of CfnVerifiedAccessGroupProps