Class: Aws::MediaLive::Types::InputDeviceMediaConnectSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::InputDeviceMediaConnectSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Information about the MediaConnect flow attached to the device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The ARN of the MediaConnect flow.
-
#role_arn ⇒ String
The ARN for the role that MediaLive assumes to access the attached flow and secret.
-
#secret_arn ⇒ String
The ARN of the secret used to encrypt the stream.
-
#source_name ⇒ String
The name of the MediaConnect flow source.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the MediaConnect flow.
7050 7051 7052 7053 7054 7055 7056 7057 |
# File 'lib/aws-sdk-medialive/types.rb', line 7050 class InputDeviceMediaConnectSettings < Struct.new( :flow_arn, :role_arn, :secret_arn, :source_name) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN for the role that MediaLive assumes to access the attached flow and secret.
7050 7051 7052 7053 7054 7055 7056 7057 |
# File 'lib/aws-sdk-medialive/types.rb', line 7050 class InputDeviceMediaConnectSettings < Struct.new( :flow_arn, :role_arn, :secret_arn, :source_name) SENSITIVE = [] include Aws::Structure end |
#secret_arn ⇒ String
The ARN of the secret used to encrypt the stream.
7050 7051 7052 7053 7054 7055 7056 7057 |
# File 'lib/aws-sdk-medialive/types.rb', line 7050 class InputDeviceMediaConnectSettings < Struct.new( :flow_arn, :role_arn, :secret_arn, :source_name) SENSITIVE = [] include Aws::Structure end |
#source_name ⇒ String
The name of the MediaConnect flow source.
7050 7051 7052 7053 7054 7055 7056 7057 |
# File 'lib/aws-sdk-medialive/types.rb', line 7050 class InputDeviceMediaConnectSettings < Struct.new( :flow_arn, :role_arn, :secret_arn, :source_name) SENSITIVE = [] include Aws::Structure end |