Class MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettingsOutputReference

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

      • MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettingsOutputReference

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

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

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

      • resetAdMarkers

        @Stability(Stable)
        public void resetAdMarkers()
      • resetAuthenticationScheme

        @Stability(Stable)
        public void resetAuthenticationScheme()
      • resetCacheFullBehavior

        @Stability(Stable)
        public void resetCacheFullBehavior()
      • resetCacheLength

        @Stability(Stable)
        public void resetCacheLength()
      • resetCaptionData

        @Stability(Stable)
        public void resetCaptionData()
      • resetInputLossAction

        @Stability(Stable)
        public void resetInputLossAction()
      • resetRestartDelay

        @Stability(Stable)
        public void resetRestartDelay()
      • getAdMarkersInput

        @Stability(Stable)
        @Nullable
        public List<String> getAdMarkersInput()
      • getAuthenticationSchemeInput

        @Stability(Stable)
        @Nullable
        public String getAuthenticationSchemeInput()
      • getCacheFullBehaviorInput

        @Stability(Stable)
        @Nullable
        public String getCacheFullBehaviorInput()
      • getCacheLengthInput

        @Stability(Stable)
        @Nullable
        public Number getCacheLengthInput()
      • getCaptionDataInput

        @Stability(Stable)
        @Nullable
        public String getCaptionDataInput()
      • getInputLossActionInput

        @Stability(Stable)
        @Nullable
        public String getInputLossActionInput()
      • getRestartDelayInput

        @Stability(Stable)
        @Nullable
        public Number getRestartDelayInput()
      • getAdMarkers

        @Stability(Stable)
        @NotNull
        public List<String> getAdMarkers()
      • setAdMarkers

        @Stability(Stable)
        public void setAdMarkers​(@NotNull
                                 List<String> value)
      • getAuthenticationScheme

        @Stability(Stable)
        @NotNull
        public String getAuthenticationScheme()
      • setAuthenticationScheme

        @Stability(Stable)
        public void setAuthenticationScheme​(@NotNull
                                            String value)
      • getCacheFullBehavior

        @Stability(Stable)
        @NotNull
        public String getCacheFullBehavior()
      • setCacheFullBehavior

        @Stability(Stable)
        public void setCacheFullBehavior​(@NotNull
                                         String value)
      • getCacheLength

        @Stability(Stable)
        @NotNull
        public Number getCacheLength()
      • setCacheLength

        @Stability(Stable)
        public void setCacheLength​(@NotNull
                                   Number value)
      • getCaptionData

        @Stability(Stable)
        @NotNull
        public String getCaptionData()
      • setCaptionData

        @Stability(Stable)
        public void setCaptionData​(@NotNull
                                   String value)
      • getInputLossAction

        @Stability(Stable)
        @NotNull
        public String getInputLossAction()
      • setInputLossAction

        @Stability(Stable)
        public void setInputLossAction​(@NotNull
                                       String value)
      • getRestartDelay

        @Stability(Stable)
        @NotNull
        public Number getRestartDelay()
      • setRestartDelay

        @Stability(Stable)
        public void setRestartDelay​(@NotNull
                                    Number value)