Class MedialiveChannelVpcOutputReference

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

      • MedialiveChannelVpcOutputReference

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

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

        @Stability(Stable)
        public MedialiveChannelVpcOutputReference​(@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()
      • getAvailabilityZones

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

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

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

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

        @Stability(Stable)
        @NotNull
        public List<String> getPublicAddressAllocationIds()
      • setPublicAddressAllocationIds

        @Stability(Stable)
        public void setPublicAddressAllocationIds​(@NotNull
                                                  List<String> value)
      • 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)
      • getInternalValue

        @Stability(Stable)
        @Nullable
        public MedialiveChannelVpc getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     MedialiveChannelVpc value)