Class MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsHlsGroupSettingsHlsCdnSettingsHlsAkamaiSettingsOutputReference

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

      • MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsHlsGroupSettingsHlsCdnSettingsHlsAkamaiSettingsOutputReference

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

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

        @Stability(Stable)
        public MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsHlsGroupSettingsHlsCdnSettingsHlsAkamaiSettingsOutputReference​(@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()
      • resetHttpTransferMode

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

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

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

        @Stability(Stable)
        public void resetSalt()
      • resetToken

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

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

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

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

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

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

        @Stability(Stable)
        @Nullable
        public String getSaltInput()
      • getTokenInput

        @Stability(Stable)
        @Nullable
        public String getTokenInput()
      • 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)
      • getHttpTransferMode

        @Stability(Stable)
        @NotNull
        public String getHttpTransferMode()
      • setHttpTransferMode

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

        @Stability(Stable)
        @NotNull
        public String getSalt()
      • setSalt

        @Stability(Stable)
        public void setSalt​(@NotNull
                            String value)
      • getToken

        @Stability(Stable)
        @NotNull
        public String getToken()
      • setToken

        @Stability(Stable)
        public void setToken​(@NotNull
                             String value)