Class: Aws::MediaLive::Types::CreateNodeRegistrationScriptRequest

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

Overview

Used in the CreateNodeRegistrationScript operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

Returns:

  • (String)


18392
18393
18394
18395
18396
18397
18398
18399
18400
18401
# File 'lib/aws-sdk-medialive/types.rb', line 18392

class CreateNodeRegistrationScriptRequest < Struct.new(
  :cluster_id,
  :id,
  :name,
  :node_interface_mappings,
  :request_id,
  :role)
  SENSITIVE = []
  include Aws::Structure
end

#idString

If you’re generating a re-registration script for an already existing node, this is where you provide the id.

Returns:

  • (String)


18392
18393
18394
18395
18396
18397
18398
18399
18400
18401
# File 'lib/aws-sdk-medialive/types.rb', line 18392

class CreateNodeRegistrationScriptRequest < Struct.new(
  :cluster_id,
  :id,
  :name,
  :node_interface_mappings,
  :request_id,
  :role)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Specify a pattern for MediaLive Anywhere to use to assign a name to each Node in the Cluster. The pattern can include the variables $hn (hostname of the node hardware) and $ts for the date and time that the Node is created, in UTC (for example, 2024-08-20T23:35:12Z).

Returns:

  • (String)


18392
18393
18394
18395
18396
18397
18398
18399
18400
18401
# File 'lib/aws-sdk-medialive/types.rb', line 18392

class CreateNodeRegistrationScriptRequest < Struct.new(
  :cluster_id,
  :id,
  :name,
  :node_interface_mappings,
  :request_id,
  :role)
  SENSITIVE = []
  include Aws::Structure
end

#node_interface_mappingsArray<Types::NodeInterfaceMapping>

An array of interface mappings for the Node. Each mapping logically connects one physical interface on the node hardware with one logical interface name. This mapping associates a node interface with a network. The association works as follows: Node physicalInterfaceName > Node logicalInterfaceName = Cluster logicalInterfaceName > networkId.

Returns:



18392
18393
18394
18395
18396
18397
18398
18399
18400
18401
# File 'lib/aws-sdk-medialive/types.rb', line 18392

class CreateNodeRegistrationScriptRequest < Struct.new(
  :cluster_id,
  :id,
  :name,
  :node_interface_mappings,
  :request_id,
  :role)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

An ID that you assign to a create request. This ID ensures idempotency when creating resources.**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


18392
18393
18394
18395
18396
18397
18398
18399
18400
18401
# File 'lib/aws-sdk-medialive/types.rb', line 18392

class CreateNodeRegistrationScriptRequest < Struct.new(
  :cluster_id,
  :id,
  :name,
  :node_interface_mappings,
  :request_id,
  :role)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

The initial role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.

Returns:

  • (String)


18392
18393
18394
18395
18396
18397
18398
18399
18400
18401
# File 'lib/aws-sdk-medialive/types.rb', line 18392

class CreateNodeRegistrationScriptRequest < Struct.new(
  :cluster_id,
  :id,
  :name,
  :node_interface_mappings,
  :request_id,
  :role)
  SENSITIVE = []
  include Aws::Structure
end