Class MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsHlsGroupSettingsHlsCdnSettingsHlsMediaStoreSettingsOutputReference

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

      • MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsHlsGroupSettingsHlsCdnSettingsHlsMediaStoreSettingsOutputReference

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

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

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

      • resetConnectionRetryInterval

        @Stability(Stable)
        public void resetConnectionRetryInterval()
      • resetFilecacheDuration

        @Stability(Stable)
        public void resetFilecacheDuration()
      • resetMediaStoreStorageClass

        @Stability(Stable)
        public void resetMediaStoreStorageClass()
      • resetNumRetries

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

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

        @Stability(Stable)
        @Nullable
        public Number getConnectionRetryIntervalInput()
      • getFilecacheDurationInput

        @Stability(Stable)
        @Nullable
        public Number getFilecacheDurationInput()
      • getMediaStoreStorageClassInput

        @Stability(Stable)
        @Nullable
        public String getMediaStoreStorageClassInput()
      • getNumRetriesInput

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

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

        @Stability(Stable)
        @NotNull
        public Number getConnectionRetryInterval()
      • setConnectionRetryInterval

        @Stability(Stable)
        public void setConnectionRetryInterval​(@NotNull
                                               Number value)
      • getFilecacheDuration

        @Stability(Stable)
        @NotNull
        public Number getFilecacheDuration()
      • setFilecacheDuration

        @Stability(Stable)
        public void setFilecacheDuration​(@NotNull
                                         Number value)
      • getMediaStoreStorageClass

        @Stability(Stable)
        @NotNull
        public String getMediaStoreStorageClass()
      • setMediaStoreStorageClass

        @Stability(Stable)
        public void setMediaStoreStorageClass​(@NotNull
                                              String value)
      • getNumRetries

        @Stability(Stable)
        @NotNull
        public Number getNumRetries()
      • setNumRetries

        @Stability(Stable)
        public void setNumRetries​(@NotNull
                                  Number value)
      • getRestartDelay

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

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