Interface FinspaceKxClusterVpcConfiguration

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.055Z")
    @Stability(Stable)
    public interface FinspaceKxClusterVpcConfiguration
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getIpAddressType

        @Stability(Stable)
        @NotNull
        String getIpAddressType()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#ip_address_type FinspaceKxCluster#ip_address_type}.
      • getSecurityGroupIds

        @Stability(Stable)
        @NotNull
        List<String> getSecurityGroupIds()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#security_group_ids FinspaceKxCluster#security_group_ids}.
      • getSubnetIds

        @Stability(Stable)
        @NotNull
        List<String> getSubnetIds()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#subnet_ids FinspaceKxCluster#subnet_ids}.
      • getVpcId

        @Stability(Stable)
        @NotNull
        String getVpcId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#vpc_id FinspaceKxCluster#vpc_id}.