Class DatastreamStreamDestinationConfigGcsDestinationConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.datastream_stream.DatastreamStreamDestinationConfigGcsDestinationConfigOutputReference
-
- 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:20.871Z") @Stability(Stable) public class DatastreamStreamDestinationConfigGcsDestinationConfigOutputReference 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 DatastreamStreamDestinationConfigGcsDestinationConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDatastreamStreamDestinationConfigGcsDestinationConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDatastreamStreamDestinationConfigGcsDestinationConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
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
-
DatastreamStreamDestinationConfigGcsDestinationConfigOutputReference
protected DatastreamStreamDestinationConfigGcsDestinationConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DatastreamStreamDestinationConfigGcsDestinationConfigOutputReference
protected DatastreamStreamDestinationConfigGcsDestinationConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DatastreamStreamDestinationConfigGcsDestinationConfigOutputReference
@Stability(Stable) public DatastreamStreamDestinationConfigGcsDestinationConfigOutputReference(@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
-
putAvroFileFormat
@Stability(Stable) public void putAvroFileFormat(@NotNull DatastreamStreamDestinationConfigGcsDestinationConfigAvroFileFormat value)- Parameters:
value- This parameter is required.
-
putJsonFileFormat
@Stability(Stable) public void putJsonFileFormat(@NotNull DatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormat value)- Parameters:
value- This parameter is required.
-
resetAvroFileFormat
@Stability(Stable) public void resetAvroFileFormat()
-
resetFileRotationInterval
@Stability(Stable) public void resetFileRotationInterval()
-
resetFileRotationMb
@Stability(Stable) public void resetFileRotationMb()
-
resetJsonFileFormat
@Stability(Stable) public void resetJsonFileFormat()
-
resetPath
@Stability(Stable) public void resetPath()
-
getAvroFileFormat
@Stability(Stable) @NotNull public DatastreamStreamDestinationConfigGcsDestinationConfigAvroFileFormatOutputReference getAvroFileFormat()
-
getJsonFileFormat
@Stability(Stable) @NotNull public DatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormatOutputReference getJsonFileFormat()
-
getAvroFileFormatInput
@Stability(Stable) @Nullable public DatastreamStreamDestinationConfigGcsDestinationConfigAvroFileFormat getAvroFileFormatInput()
-
getFileRotationIntervalInput
@Stability(Stable) @Nullable public String getFileRotationIntervalInput()
-
getFileRotationMbInput
@Stability(Stable) @Nullable public Number getFileRotationMbInput()
-
getJsonFileFormatInput
@Stability(Stable) @Nullable public DatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormat getJsonFileFormatInput()
-
getPathInput
@Stability(Stable) @Nullable public String getPathInput()
-
getFileRotationInterval
@Stability(Stable) @NotNull public String getFileRotationInterval()
-
setFileRotationInterval
@Stability(Stable) public void setFileRotationInterval(@NotNull String value)
-
getFileRotationMb
@Stability(Stable) @NotNull public Number getFileRotationMb()
-
setFileRotationMb
@Stability(Stable) public void setFileRotationMb(@NotNull Number value)
-
getPath
@Stability(Stable) @NotNull public String getPath()
-
setPath
@Stability(Stable) public void setPath(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public DatastreamStreamDestinationConfigGcsDestinationConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DatastreamStreamDestinationConfigGcsDestinationConfig value)
-
-