AWS SDK for Kotlin
1.5.123
      Platform filter
Skip to content
    AWS SDK for Kotlin
mediaconnect/aws.sdk.kotlin.services.mediaconnect.model/FlowTransitEncryptionKeyConfiguration/SdkUnknown

SdkUnknown

object SdkUnknown : FlowTransitEncryptionKeyConfiguration

Inherited functions

asAutomatic
Link copied to clipboard
fun asAutomatic(): AutomaticEncryptionKeyConfiguration

Casts this FlowTransitEncryptionKeyConfiguration as a Automatic and retrieves its aws.sdk.kotlin.services.mediaconnect.model.AutomaticEncryptionKeyConfiguration value. Throws an exception if the FlowTransitEncryptionKeyConfiguration is not a Automatic.

asAutomaticOrNull
Link copied to clipboard
fun asAutomaticOrNull(): AutomaticEncryptionKeyConfiguration?

Casts this FlowTransitEncryptionKeyConfiguration as a Automatic and retrieves its aws.sdk.kotlin.services.mediaconnect.model.AutomaticEncryptionKeyConfiguration value. Returns null if the FlowTransitEncryptionKeyConfiguration is not a Automatic.

asSecretsManager
Link copied to clipboard
fun asSecretsManager(): SecretsManagerEncryptionKeyConfiguration

Casts this FlowTransitEncryptionKeyConfiguration as a SecretsManager and retrieves its aws.sdk.kotlin.services.mediaconnect.model.SecretsManagerEncryptionKeyConfiguration value. Throws an exception if the FlowTransitEncryptionKeyConfiguration is not a SecretsManager.

asSecretsManagerOrNull
Link copied to clipboard
fun asSecretsManagerOrNull(): SecretsManagerEncryptionKeyConfiguration?

Casts this FlowTransitEncryptionKeyConfiguration as a SecretsManager and retrieves its aws.sdk.kotlin.services.mediaconnect.model.SecretsManagerEncryptionKeyConfiguration value. Returns null if the FlowTransitEncryptionKeyConfiguration is not a SecretsManager.

© 2026, Amazon Web Services, Inc. or its affiliates. All rights reserved. Generated by dokka