Class ComputeSubnetworkLogConfigOutputReference

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

      • ComputeSubnetworkLogConfigOutputReference

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

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

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

      • resetAggregationInterval

        @Stability(Stable)
        public void resetAggregationInterval()
      • resetFilterExpr

        @Stability(Stable)
        public void resetFilterExpr()
      • resetFlowSampling

        @Stability(Stable)
        public void resetFlowSampling()
      • resetMetadata

        @Stability(Stable)
        public void resetMetadata()
      • resetMetadataFields

        @Stability(Stable)
        public void resetMetadataFields()
      • getAggregationIntervalInput

        @Stability(Stable)
        @Nullable
        public String getAggregationIntervalInput()
      • getFilterExprInput

        @Stability(Stable)
        @Nullable
        public String getFilterExprInput()
      • getFlowSamplingInput

        @Stability(Stable)
        @Nullable
        public Number getFlowSamplingInput()
      • getMetadataFieldsInput

        @Stability(Stable)
        @Nullable
        public List<String> getMetadataFieldsInput()
      • getMetadataInput

        @Stability(Stable)
        @Nullable
        public String getMetadataInput()
      • getAggregationInterval

        @Stability(Stable)
        @NotNull
        public String getAggregationInterval()
      • setAggregationInterval

        @Stability(Stable)
        public void setAggregationInterval​(@NotNull
                                           String value)
      • getFilterExpr

        @Stability(Stable)
        @NotNull
        public String getFilterExpr()
      • setFilterExpr

        @Stability(Stable)
        public void setFilterExpr​(@NotNull
                                  String value)
      • getFlowSampling

        @Stability(Stable)
        @NotNull
        public Number getFlowSampling()
      • setFlowSampling

        @Stability(Stable)
        public void setFlowSampling​(@NotNull
                                    Number value)
      • getMetadata

        @Stability(Stable)
        @NotNull
        public String getMetadata()
      • setMetadata

        @Stability(Stable)
        public void setMetadata​(@NotNull
                                String value)
      • getMetadataFields

        @Stability(Stable)
        @NotNull
        public List<String> getMetadataFields()
      • setMetadataFields

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