Class: Aws::MediaLive::Types::MediaConnectRouterOutputDestinationSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

MediaConnect Router Output Destination Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_typeString

Encryption configuration for MediaConnect router. When using SECRETS_MANAGER encryption, you must provide the ARN of the secret used to encrypt data in transit. When using AUTOMATIC encryption, a service-managed secret will be used instead.

Returns:

  • (String)


23067
23068
23069
23070
23071
23072
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 23067

class MediaConnectRouterOutputDestinationSettings < Struct.new(
  :encryption_type,
  :secret_arn)
  SENSITIVE = []
  include Aws::Structure
end

#secret_arnString

ARN of the secret used to encrypt this input. Used only with the SECRETS_MANAGER encryption type.

Returns:

  • (String)


23067
23068
23069
23070
23071
23072
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 23067

class MediaConnectRouterOutputDestinationSettings < Struct.new(
  :encryption_type,
  :secret_arn)
  SENSITIVE = []
  include Aws::Structure
end