Class: Aws::IVSRealTime::Types::IngestConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::IngestConfigurationSummary
- Defined in:
- gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb
Overview
Summary information about an IngestConfiguration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Ingest configuration ARN.
-
#ingest_protocol ⇒ String
Type of ingest protocol that the user employs for broadcasting.
-
#name ⇒ String
Ingest name.
-
#participant_id ⇒ String
ID of the participant within the stage.
-
#redundant_ingest ⇒ Boolean
Indicates whether redundant ingest is enabled for the ingest configuration.
-
#stage_arn ⇒ String
ARN of the stage with which the IngestConfiguration is associated.
-
#state ⇒ String
State of the ingest configuration.
-
#user_id ⇒ String
Customer-assigned name to help identify the participant using the IngestConfiguration; this can be used to link a participant to a user in the customer’s own systems.
Instance Attribute Details
#arn ⇒ String
Ingest configuration ARN.
1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1530 class IngestConfigurationSummary < Struct.new( :name, :arn, :ingest_protocol, :stage_arn, :participant_id, :state, :user_id, :redundant_ingest) SENSITIVE = [] include Aws::Structure end |
#ingest_protocol ⇒ String
Type of ingest protocol that the user employs for broadcasting.
1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1530 class IngestConfigurationSummary < Struct.new( :name, :arn, :ingest_protocol, :stage_arn, :participant_id, :state, :user_id, :redundant_ingest) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Ingest name.
1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1530 class IngestConfigurationSummary < Struct.new( :name, :arn, :ingest_protocol, :stage_arn, :participant_id, :state, :user_id, :redundant_ingest) SENSITIVE = [] include Aws::Structure end |
#participant_id ⇒ String
ID of the participant within the stage.
1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1530 class IngestConfigurationSummary < Struct.new( :name, :arn, :ingest_protocol, :stage_arn, :participant_id, :state, :user_id, :redundant_ingest) SENSITIVE = [] include Aws::Structure end |
#redundant_ingest ⇒ Boolean
Indicates whether redundant ingest is enabled for the ingest configuration.
1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1530 class IngestConfigurationSummary < Struct.new( :name, :arn, :ingest_protocol, :stage_arn, :participant_id, :state, :user_id, :redundant_ingest) SENSITIVE = [] include Aws::Structure end |
#stage_arn ⇒ String
ARN of the stage with which the IngestConfiguration is associated.
1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1530 class IngestConfigurationSummary < Struct.new( :name, :arn, :ingest_protocol, :stage_arn, :participant_id, :state, :user_id, :redundant_ingest) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
State of the ingest configuration. It is ACTIVE if a publisher
currently is publishing to the stage associated with the ingest
configuration.
1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1530 class IngestConfigurationSummary < Struct.new( :name, :arn, :ingest_protocol, :stage_arn, :participant_id, :state, :user_id, :redundant_ingest) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
Customer-assigned name to help identify the participant using the IngestConfiguration; this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.
1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1530 class IngestConfigurationSummary < Struct.new( :name, :arn, :ingest_protocol, :stage_arn, :participant_id, :state, :user_id, :redundant_ingest) SENSITIVE = [] include Aws::Structure end |