Interface S3OutpostsEndpointConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    S3OutpostsEndpointConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:54.885Z")
    @Stability(Stable)
    public interface S3OutpostsEndpointConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      static S3OutpostsEndpointConfig.Builder builder()  
      default String getAccessType()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#access_type S3OutpostsEndpoint#access_type}.
      default String getCustomerOwnedIpv4Pool()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#customer_owned_ipv4_pool S3OutpostsEndpoint#customer_owned_ipv4_pool}.
      default String getId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#id S3OutpostsEndpoint#id}.
      String getOutpostId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#outpost_id S3OutpostsEndpoint#outpost_id}.
      String getSecurityGroupId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#security_group_id S3OutpostsEndpoint#security_group_id}.
      String getSubnetId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#subnet_id S3OutpostsEndpoint#subnet_id}.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
      • Methods inherited from interface com.hashicorp.cdktf.TerraformMetaArguments

        getConnection, getCount, getDependsOn, getForEach, getLifecycle, getProvider, getProvisioners
    • Method Detail

      • getOutpostId

        @Stability(Stable)
        @NotNull
        String getOutpostId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#outpost_id S3OutpostsEndpoint#outpost_id}.
      • getSecurityGroupId

        @Stability(Stable)
        @NotNull
        String getSecurityGroupId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#security_group_id S3OutpostsEndpoint#security_group_id}.
      • getSubnetId

        @Stability(Stable)
        @NotNull
        String getSubnetId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#subnet_id S3OutpostsEndpoint#subnet_id}.
      • getAccessType

        @Stability(Stable)
        @Nullable
        default String getAccessType()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#access_type S3OutpostsEndpoint#access_type}.
      • getCustomerOwnedIpv4Pool

        @Stability(Stable)
        @Nullable
        default String getCustomerOwnedIpv4Pool()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#customer_owned_ipv4_pool S3OutpostsEndpoint#customer_owned_ipv4_pool}.
      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#id S3OutpostsEndpoint#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.