Class ElastictranscoderPresetVideoWatermarksOutputReference

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

      • ElastictranscoderPresetVideoWatermarksOutputReference

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

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

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

      • resetHorizontalAlign

        @Stability(Stable)
        public void resetHorizontalAlign()
      • resetHorizontalOffset

        @Stability(Stable)
        public void resetHorizontalOffset()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetMaxHeight

        @Stability(Stable)
        public void resetMaxHeight()
      • resetMaxWidth

        @Stability(Stable)
        public void resetMaxWidth()
      • resetOpacity

        @Stability(Stable)
        public void resetOpacity()
      • resetSizingPolicy

        @Stability(Stable)
        public void resetSizingPolicy()
      • resetTarget

        @Stability(Stable)
        public void resetTarget()
      • resetVerticalAlign

        @Stability(Stable)
        public void resetVerticalAlign()
      • resetVerticalOffset

        @Stability(Stable)
        public void resetVerticalOffset()
      • getHorizontalAlignInput

        @Stability(Stable)
        @Nullable
        public String getHorizontalAlignInput()
      • getHorizontalOffsetInput

        @Stability(Stable)
        @Nullable
        public String getHorizontalOffsetInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getMaxHeightInput

        @Stability(Stable)
        @Nullable
        public String getMaxHeightInput()
      • getMaxWidthInput

        @Stability(Stable)
        @Nullable
        public String getMaxWidthInput()
      • getOpacityInput

        @Stability(Stable)
        @Nullable
        public String getOpacityInput()
      • getSizingPolicyInput

        @Stability(Stable)
        @Nullable
        public String getSizingPolicyInput()
      • getTargetInput

        @Stability(Stable)
        @Nullable
        public String getTargetInput()
      • getVerticalAlignInput

        @Stability(Stable)
        @Nullable
        public String getVerticalAlignInput()
      • getVerticalOffsetInput

        @Stability(Stable)
        @Nullable
        public String getVerticalOffsetInput()
      • getHorizontalAlign

        @Stability(Stable)
        @NotNull
        public String getHorizontalAlign()
      • setHorizontalAlign

        @Stability(Stable)
        public void setHorizontalAlign​(@NotNull
                                       String value)
      • getHorizontalOffset

        @Stability(Stable)
        @NotNull
        public String getHorizontalOffset()
      • setHorizontalOffset

        @Stability(Stable)
        public void setHorizontalOffset​(@NotNull
                                        String value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@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)
      • getOpacity

        @Stability(Stable)
        @NotNull
        public String getOpacity()
      • setOpacity

        @Stability(Stable)
        public void setOpacity​(@NotNull
                               String value)
      • getSizingPolicy

        @Stability(Stable)
        @NotNull
        public String getSizingPolicy()
      • setSizingPolicy

        @Stability(Stable)
        public void setSizingPolicy​(@NotNull
                                    String value)
      • getTarget

        @Stability(Stable)
        @NotNull
        public String getTarget()
      • setTarget

        @Stability(Stable)
        public void setTarget​(@NotNull
                              String value)
      • getVerticalAlign

        @Stability(Stable)
        @NotNull
        public String getVerticalAlign()
      • setVerticalAlign

        @Stability(Stable)
        public void setVerticalAlign​(@NotNull
                                     String value)
      • getVerticalOffset

        @Stability(Stable)
        @NotNull
        public String getVerticalOffset()
      • setVerticalOffset

        @Stability(Stable)
        public void setVerticalOffset​(@NotNull
                                      String value)
      • getInternalValue

        @Stability(Stable)
        @Nullable
        public Object getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     com.hashicorp.cdktf.IResolvable value)