Class ComputePacketMirroringFilterOutputReference

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

      • ComputePacketMirroringFilterOutputReference

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

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

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

      • resetCidrRanges

        @Stability(Stable)
        public void resetCidrRanges()
      • resetDirection

        @Stability(Stable)
        public void resetDirection()
      • resetIpProtocols

        @Stability(Stable)
        public void resetIpProtocols()
      • getCidrRangesInput

        @Stability(Stable)
        @Nullable
        public List<String> getCidrRangesInput()
      • getDirectionInput

        @Stability(Stable)
        @Nullable
        public String getDirectionInput()
      • getIpProtocolsInput

        @Stability(Stable)
        @Nullable
        public List<String> getIpProtocolsInput()
      • getCidrRanges

        @Stability(Stable)
        @NotNull
        public List<String> getCidrRanges()
      • setCidrRanges

        @Stability(Stable)
        public void setCidrRanges​(@NotNull
                                  List<String> value)
      • getDirection

        @Stability(Stable)
        @NotNull
        public String getDirection()
      • setDirection

        @Stability(Stable)
        public void setDirection​(@NotNull
                                 String value)
      • getIpProtocols

        @Stability(Stable)
        @NotNull
        public List<String> getIpProtocols()
      • setIpProtocols

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