Class ElastictranscoderPresetThumbnailsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.elastictranscoder_preset.ElastictranscoderPresetThumbnailsOutputReference
-
- 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:52.972Z") @Stability(Stable) public class ElastictranscoderPresetThumbnailsOutputReference 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 ElastictranscoderPresetThumbnailsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedElastictranscoderPresetThumbnailsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedElastictranscoderPresetThumbnailsOutputReference(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
-
ElastictranscoderPresetThumbnailsOutputReference
protected ElastictranscoderPresetThumbnailsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ElastictranscoderPresetThumbnailsOutputReference
protected ElastictranscoderPresetThumbnailsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ElastictranscoderPresetThumbnailsOutputReference
@Stability(Stable) public ElastictranscoderPresetThumbnailsOutputReference(@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
-
resetAspectRatio
@Stability(Stable) public void resetAspectRatio()
-
resetFormat
@Stability(Stable) public void resetFormat()
-
resetInterval
@Stability(Stable) public void resetInterval()
-
resetMaxHeight
@Stability(Stable) public void resetMaxHeight()
-
resetMaxWidth
@Stability(Stable) public void resetMaxWidth()
-
resetPaddingPolicy
@Stability(Stable) public void resetPaddingPolicy()
-
resetResolution
@Stability(Stable) public void resetResolution()
-
resetSizingPolicy
@Stability(Stable) public void resetSizingPolicy()
-
getAspectRatioInput
@Stability(Stable) @Nullable public String getAspectRatioInput()
-
getFormatInput
@Stability(Stable) @Nullable public String getFormatInput()
-
getIntervalInput
@Stability(Stable) @Nullable public String getIntervalInput()
-
getMaxHeightInput
@Stability(Stable) @Nullable public String getMaxHeightInput()
-
getMaxWidthInput
@Stability(Stable) @Nullable public String getMaxWidthInput()
-
getPaddingPolicyInput
@Stability(Stable) @Nullable public String getPaddingPolicyInput()
-
getResolutionInput
@Stability(Stable) @Nullable public String getResolutionInput()
-
getSizingPolicyInput
@Stability(Stable) @Nullable public String getSizingPolicyInput()
-
getAspectRatio
@Stability(Stable) @NotNull public String getAspectRatio()
-
setAspectRatio
@Stability(Stable) public void setAspectRatio(@NotNull String value)
-
getFormat
@Stability(Stable) @NotNull public String getFormat()
-
setFormat
@Stability(Stable) public void setFormat(@NotNull String value)
-
getInterval
@Stability(Stable) @NotNull public String getInterval()
-
setInterval
@Stability(Stable) public void setInterval(@NotNull String value)
-
getMaxHeight
@Stability(Stable) @NotNull public String getMaxHeight()
-
setMaxHeight
@Stability(Stable) public void setMaxHeight(@NotNull String value)
-
getMaxWidth
@Stability(Stable) @NotNull public String getMaxWidth()
-
setMaxWidth
@Stability(Stable) public void setMaxWidth(@NotNull String value)
-
getPaddingPolicy
@Stability(Stable) @NotNull public String getPaddingPolicy()
-
setPaddingPolicy
@Stability(Stable) public void setPaddingPolicy(@NotNull String value)
-
getResolution
@Stability(Stable) @NotNull public String getResolution()
-
setResolution
@Stability(Stable) public void setResolution(@NotNull String value)
-
getSizingPolicy
@Stability(Stable) @NotNull public String getSizingPolicy()
-
setSizingPolicy
@Stability(Stable) public void setSizingPolicy(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ElastictranscoderPresetThumbnails getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ElastictranscoderPresetThumbnails value)
-
-