Class ElasticsearchDomainVpcOptionsOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.957Z")
    @Stability(Stable)
    public class ElasticsearchDomainVpcOptionsOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ElasticsearchDomainVpcOptionsOutputReference

        protected ElasticsearchDomainVpcOptionsOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • ElasticsearchDomainVpcOptionsOutputReference

        protected ElasticsearchDomainVpcOptionsOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • ElasticsearchDomainVpcOptionsOutputReference

        @Stability(Stable)
        public ElasticsearchDomainVpcOptionsOutputReference​(@NotNull
                                                            com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                            @NotNull
                                                            String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetSecurityGroupIds

        @Stability(Stable)
        public void resetSecurityGroupIds()
      • resetSubnetIds

        @Stability(Stable)
        public void resetSubnetIds()
      • getAvailabilityZones

        @Stability(Stable)
        @NotNull
        public List<String> getAvailabilityZones()
      • getVpcId

        @Stability(Stable)
        @NotNull
        public String getVpcId()
      • getSecurityGroupIdsInput

        @Stability(Stable)
        @Nullable
        public List<String> getSecurityGroupIdsInput()
      • getSubnetIdsInput

        @Stability(Stable)
        @Nullable
        public List<String> getSubnetIdsInput()
      • getSecurityGroupIds

        @Stability(Stable)
        @NotNull
        public List<String> getSecurityGroupIds()
      • setSecurityGroupIds

        @Stability(Stable)
        public void setSecurityGroupIds​(@NotNull
                                        List<String> value)
      • getSubnetIds

        @Stability(Stable)
        @NotNull
        public List<String> getSubnetIds()
      • setSubnetIds

        @Stability(Stable)
        public void setSubnetIds​(@NotNull
                                 List<String> value)