Class ContainerAwsClusterNetworkingOutputReference

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:19.155Z")
    @Stability(Stable)
    public class ContainerAwsClusterNetworkingOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ContainerAwsClusterNetworkingOutputReference

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

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

        @Stability(Stable)
        public ContainerAwsClusterNetworkingOutputReference​(@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

      • resetPerNodePoolSgRulesDisabled

        @Stability(Stable)
        public void resetPerNodePoolSgRulesDisabled()
      • getPerNodePoolSgRulesDisabledInput

        @Stability(Stable)
        @Nullable
        public Object getPerNodePoolSgRulesDisabledInput()
      • getPodAddressCidrBlocksInput

        @Stability(Stable)
        @Nullable
        public List<String> getPodAddressCidrBlocksInput()
      • getServiceAddressCidrBlocksInput

        @Stability(Stable)
        @Nullable
        public List<String> getServiceAddressCidrBlocksInput()
      • getVpcIdInput

        @Stability(Stable)
        @Nullable
        public String getVpcIdInput()
      • getPerNodePoolSgRulesDisabled

        @Stability(Stable)
        @NotNull
        public Object getPerNodePoolSgRulesDisabled()
      • setPerNodePoolSgRulesDisabled

        @Stability(Stable)
        public void setPerNodePoolSgRulesDisabled​(@NotNull
                                                  Boolean value)
      • setPerNodePoolSgRulesDisabled

        @Stability(Stable)
        public void setPerNodePoolSgRulesDisabled​(@NotNull
                                                  com.hashicorp.cdktf.IResolvable value)
      • getPodAddressCidrBlocks

        @Stability(Stable)
        @NotNull
        public List<String> getPodAddressCidrBlocks()
      • setPodAddressCidrBlocks

        @Stability(Stable)
        public void setPodAddressCidrBlocks​(@NotNull
                                            List<String> value)
      • getServiceAddressCidrBlocks

        @Stability(Stable)
        @NotNull
        public List<String> getServiceAddressCidrBlocks()
      • setServiceAddressCidrBlocks

        @Stability(Stable)
        public void setServiceAddressCidrBlocks​(@NotNull
                                                List<String> value)
      • getVpcId

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

        @Stability(Stable)
        public void setVpcId​(@NotNull
                             String value)