Class PipesPipeSourceParametersSelfManagedKafkaParametersVpcOutputReference

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

      • PipesPipeSourceParametersSelfManagedKafkaParametersVpcOutputReference

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

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

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

      • resetSecurityGroups

        @Stability(Stable)
        public void resetSecurityGroups()
      • resetSubnets

        @Stability(Stable)
        public void resetSubnets()
      • getSecurityGroupsInput

        @Stability(Stable)
        @Nullable
        public List<String> getSecurityGroupsInput()
      • getSubnetsInput

        @Stability(Stable)
        @Nullable
        public List<String> getSubnetsInput()
      • getSecurityGroups

        @Stability(Stable)
        @NotNull
        public List<String> getSecurityGroups()
      • setSecurityGroups

        @Stability(Stable)
        public void setSecurityGroups​(@NotNull
                                      List<String> value)
      • getSubnets

        @Stability(Stable)
        @NotNull
        public List<String> getSubnets()
      • setSubnets

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