Class SecurityGroupEgressOutputReference

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

      • SecurityGroupEgressOutputReference

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

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

        @Stability(Stable)
        public SecurityGroupEgressOutputReference​(@NotNull
                                                  com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                  @NotNull
                                                  String terraformAttribute,
                                                  @NotNull
                                                  Number complexObjectIndex,
                                                  @NotNull
                                                  Boolean complexObjectIsFromSet)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
        complexObjectIndex - the index of this item in the list. This parameter is required.
        complexObjectIsFromSet - whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
    • Method Detail

      • resetCidrBlocks

        @Stability(Stable)
        public void resetCidrBlocks()
      • resetDescription

        @Stability(Stable)
        public void resetDescription()
      • resetFromPort

        @Stability(Stable)
        public void resetFromPort()
      • resetIpv6CidrBlocks

        @Stability(Stable)
        public void resetIpv6CidrBlocks()
      • resetPrefixListIds

        @Stability(Stable)
        public void resetPrefixListIds()
      • resetProtocol

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

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

        @Stability(Stable)
        public void resetSelfAttribute()
      • resetToPort

        @Stability(Stable)
        public void resetToPort()
      • getCidrBlocksInput

        @Stability(Stable)
        @Nullable
        public List<String> getCidrBlocksInput()
      • getDescriptionInput

        @Stability(Stable)
        @Nullable
        public String getDescriptionInput()
      • getFromPortInput

        @Stability(Stable)
        @Nullable
        public Number getFromPortInput()
      • getIpv6CidrBlocksInput

        @Stability(Stable)
        @Nullable
        public List<String> getIpv6CidrBlocksInput()
      • getPrefixListIdsInput

        @Stability(Stable)
        @Nullable
        public List<String> getPrefixListIdsInput()
      • getProtocolInput

        @Stability(Stable)
        @Nullable
        public String getProtocolInput()
      • getSecurityGroupsInput

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

        @Stability(Stable)
        @Nullable
        public Object getSelfAttributeInput()
      • getToPortInput

        @Stability(Stable)
        @Nullable
        public Number getToPortInput()
      • getCidrBlocks

        @Stability(Stable)
        @NotNull
        public List<String> getCidrBlocks()
      • setCidrBlocks

        @Stability(Stable)
        public void setCidrBlocks​(@NotNull
                                  List<String> value)
      • getDescription

        @Stability(Stable)
        @NotNull
        public String getDescription()
      • setDescription

        @Stability(Stable)
        public void setDescription​(@NotNull
                                   String value)
      • getFromPort

        @Stability(Stable)
        @NotNull
        public Number getFromPort()
      • setFromPort

        @Stability(Stable)
        public void setFromPort​(@NotNull
                                Number value)
      • getIpv6CidrBlocks

        @Stability(Stable)
        @NotNull
        public List<String> getIpv6CidrBlocks()
      • setIpv6CidrBlocks

        @Stability(Stable)
        public void setIpv6CidrBlocks​(@NotNull
                                      List<String> value)
      • getPrefixListIds

        @Stability(Stable)
        @NotNull
        public List<String> getPrefixListIds()
      • setPrefixListIds

        @Stability(Stable)
        public void setPrefixListIds​(@NotNull
                                     List<String> value)
      • getProtocol

        @Stability(Stable)
        @NotNull
        public String getProtocol()
      • setProtocol

        @Stability(Stable)
        public void setProtocol​(@NotNull
                                String value)
      • getSecurityGroups

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

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

        @Stability(Stable)
        @NotNull
        public Object getSelfAttribute()
      • setSelfAttribute

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

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

        @Stability(Stable)
        @NotNull
        public Number getToPort()
      • setToPort

        @Stability(Stable)
        public void setToPort​(@NotNull
                              Number value)
      • getInternalValue

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

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     com.hashicorp.cdktf.IResolvable value)
      • setInternalValue

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