Class CodestarconnectionsHostVpcConfigurationOutputReference

  • 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:51.103Z")
    @Stability(Stable)
    public class CodestarconnectionsHostVpcConfigurationOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • CodestarconnectionsHostVpcConfigurationOutputReference

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

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

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

      • resetTlsCertificate

        @Stability(Stable)
        public void resetTlsCertificate()
      • getSecurityGroupIdsInput

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

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

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

        @Stability(Stable)
        @Nullable
        public String getVpcIdInput()
      • 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)
      • getTlsCertificate

        @Stability(Stable)
        @NotNull
        public String getTlsCertificate()
      • setTlsCertificate

        @Stability(Stable)
        public void setTlsCertificate​(@NotNull
                                      String value)
      • getVpcId

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

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