Class OpsworksHaproxyLayerCloudwatchConfigurationLogStreamsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.opsworks_haproxy_layer.OpsworksHaproxyLayerCloudwatchConfigurationLogStreamsOutputReference
-
- 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:54.295Z") @Stability(Stable) public class OpsworksHaproxyLayerCloudwatchConfigurationLogStreamsOutputReference 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 OpsworksHaproxyLayerCloudwatchConfigurationLogStreamsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute, Number complexObjectIndex, Boolean complexObjectIsFromSet)protectedOpsworksHaproxyLayerCloudwatchConfigurationLogStreamsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedOpsworksHaproxyLayerCloudwatchConfigurationLogStreamsOutputReference(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
-
OpsworksHaproxyLayerCloudwatchConfigurationLogStreamsOutputReference
protected OpsworksHaproxyLayerCloudwatchConfigurationLogStreamsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
OpsworksHaproxyLayerCloudwatchConfigurationLogStreamsOutputReference
protected OpsworksHaproxyLayerCloudwatchConfigurationLogStreamsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
OpsworksHaproxyLayerCloudwatchConfigurationLogStreamsOutputReference
@Stability(Stable) public OpsworksHaproxyLayerCloudwatchConfigurationLogStreamsOutputReference(@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
-
resetBatchCount
@Stability(Stable) public void resetBatchCount()
-
resetBatchSize
@Stability(Stable) public void resetBatchSize()
-
resetBufferDuration
@Stability(Stable) public void resetBufferDuration()
-
resetDatetimeFormat
@Stability(Stable) public void resetDatetimeFormat()
-
resetEncoding
@Stability(Stable) public void resetEncoding()
-
resetFileFingerprintLines
@Stability(Stable) public void resetFileFingerprintLines()
-
resetInitialPosition
@Stability(Stable) public void resetInitialPosition()
-
resetMultilineStartPattern
@Stability(Stable) public void resetMultilineStartPattern()
-
resetTimeZone
@Stability(Stable) public void resetTimeZone()
-
getBatchCountInput
@Stability(Stable) @Nullable public Number getBatchCountInput()
-
getBatchSizeInput
@Stability(Stable) @Nullable public Number getBatchSizeInput()
-
getBufferDurationInput
@Stability(Stable) @Nullable public Number getBufferDurationInput()
-
getDatetimeFormatInput
@Stability(Stable) @Nullable public String getDatetimeFormatInput()
-
getEncodingInput
@Stability(Stable) @Nullable public String getEncodingInput()
-
getFileFingerprintLinesInput
@Stability(Stable) @Nullable public String getFileFingerprintLinesInput()
-
getFileInput
@Stability(Stable) @Nullable public String getFileInput()
-
getInitialPositionInput
@Stability(Stable) @Nullable public String getInitialPositionInput()
-
getLogGroupNameInput
@Stability(Stable) @Nullable public String getLogGroupNameInput()
-
getMultilineStartPatternInput
@Stability(Stable) @Nullable public String getMultilineStartPatternInput()
-
getTimeZoneInput
@Stability(Stable) @Nullable public String getTimeZoneInput()
-
getBatchCount
@Stability(Stable) @NotNull public Number getBatchCount()
-
setBatchCount
@Stability(Stable) public void setBatchCount(@NotNull Number value)
-
getBatchSize
@Stability(Stable) @NotNull public Number getBatchSize()
-
setBatchSize
@Stability(Stable) public void setBatchSize(@NotNull Number value)
-
getBufferDuration
@Stability(Stable) @NotNull public Number getBufferDuration()
-
setBufferDuration
@Stability(Stable) public void setBufferDuration(@NotNull Number value)
-
getDatetimeFormat
@Stability(Stable) @NotNull public String getDatetimeFormat()
-
setDatetimeFormat
@Stability(Stable) public void setDatetimeFormat(@NotNull String value)
-
getEncoding
@Stability(Stable) @NotNull public String getEncoding()
-
setEncoding
@Stability(Stable) public void setEncoding(@NotNull String value)
-
getFile
@Stability(Stable) @NotNull public String getFile()
-
setFile
@Stability(Stable) public void setFile(@NotNull String value)
-
getFileFingerprintLines
@Stability(Stable) @NotNull public String getFileFingerprintLines()
-
setFileFingerprintLines
@Stability(Stable) public void setFileFingerprintLines(@NotNull String value)
-
getInitialPosition
@Stability(Stable) @NotNull public String getInitialPosition()
-
setInitialPosition
@Stability(Stable) public void setInitialPosition(@NotNull String value)
-
getLogGroupName
@Stability(Stable) @NotNull public String getLogGroupName()
-
setLogGroupName
@Stability(Stable) public void setLogGroupName(@NotNull String value)
-
getMultilineStartPattern
@Stability(Stable) @NotNull public String getMultilineStartPattern()
-
setMultilineStartPattern
@Stability(Stable) public void setMultilineStartPattern(@NotNull String value)
-
getTimeZone
@Stability(Stable) @NotNull public String getTimeZone()
-
setTimeZone
@Stability(Stable) public void setTimeZone(@NotNull String 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 OpsworksHaproxyLayerCloudwatchConfigurationLogStreams value)
-
-