Class MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsHlsGroupSettingsHlsCdnSettingsHlsAkamaiSettingsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.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
-
-
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 MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsHlsGroupSettingsHlsCdnSettingsHlsAkamaiSettingsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsHlsGroupSettingsHlsCdnSettingsHlsAkamaiSettingsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsHlsGroupSettingsHlsCdnSettingsHlsAkamaiSettingsOutputReference(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
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsHlsGroupSettingsHlsCdnSettingsHlsAkamaiSettings getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsHlsGroupSettingsHlsCdnSettingsHlsAkamaiSettings value)
-
-