Class ComputeSubnetworkLogConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.compute_subnetwork.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description ComputeSubnetworkLogConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedComputeSubnetworkLogConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComputeSubnetworkLogConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAggregationInterval()StringgetAggregationIntervalInput()StringgetFilterExpr()StringgetFilterExprInput()NumbergetFlowSampling()NumbergetFlowSamplingInput()ComputeSubnetworkLogConfiggetInternalValue()StringgetMetadata()List<String>getMetadataFields()List<String>getMetadataFieldsInput()StringgetMetadataInput()voidresetAggregationInterval()voidresetFilterExpr()voidresetFlowSampling()voidresetMetadata()voidresetMetadataFields()voidsetAggregationInterval(String value)voidsetFilterExpr(String value)voidsetFlowSampling(Number value)voidsetInternalValue(ComputeSubnetworkLogConfig value)voidsetMetadata(String value)voidsetMetadataFields(List<String> value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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()
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public ComputeSubnetworkLogConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComputeSubnetworkLogConfig value)
-
-