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.
6997 6998 6999 7000 7001 7002 7003 7004 |
# File 'lib/aws-sdk-medialive/types.rb', line 6997 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.
6997 6998 6999 7000 7001 7002 7003 7004 |
# File 'lib/aws-sdk-medialive/types.rb', line 6997 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.
6997 6998 6999 7000 7001 7002 7003 7004 |
# File 'lib/aws-sdk-medialive/types.rb', line 6997 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.
6997 6998 6999 7000 7001 7002 7003 7004 |
# File 'lib/aws-sdk-medialive/types.rb', line 6997 class InputDeviceMediaConnectSettings < Struct.new( :flow_arn, :role_arn, :secret_arn, :source_name) SENSITIVE = [] include Aws::Structure end |