Class: Aws::MediaLive::Types::InputDestination

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

Overview

The settings for a PUSH type input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipString

The system-generated static IP address of endpoint. It remains fixed for the lifetime of the input.

Returns:

  • (String)


6480
6481
6482
6483
6484
6485
6486
6487
# File 'lib/aws-sdk-medialive/types.rb', line 6480

class InputDestination < Struct.new(
  :ip,
  :port,
  :url,
  :vpc)
  SENSITIVE = []
  include Aws::Structure
end

#portString

The port number for the input.

Returns:

  • (String)


6480
6481
6482
6483
6484
6485
6486
6487
# File 'lib/aws-sdk-medialive/types.rb', line 6480

class InputDestination < Struct.new(
  :ip,
  :port,
  :url,
  :vpc)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

This represents the endpoint that the customer stream will be pushed to.

Returns:

  • (String)


6480
6481
6482
6483
6484
6485
6486
6487
# File 'lib/aws-sdk-medialive/types.rb', line 6480

class InputDestination < Struct.new(
  :ip,
  :port,
  :url,
  :vpc)
  SENSITIVE = []
  include Aws::Structure
end

#vpcTypes::InputDestinationVpc

The properties for a VPC type input destination.



6480
6481
6482
6483
6484
6485
6486
6487
# File 'lib/aws-sdk-medialive/types.rb', line 6480

class InputDestination < Struct.new(
  :ip,
  :port,
  :url,
  :vpc)
  SENSITIVE = []
  include Aws::Structure
end