Class: Aws::MediaLive::Types::CreateChannelPlacementGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreateChannelPlacementGroupRequest
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
-
#name ⇒ String
Specify a name that is unique in the Cluster.
-
#nodes ⇒ Array<String>
An array of one ID for the Node that you want to associate with the ChannelPlacementGroup.
-
#request_id ⇒ String
An ID that you assign to a create request.
-
#tags ⇒ Hash<String,String>
A collection of key-value pairs.
Instance Attribute Details
#cluster_id ⇒ String
18475 18476 18477 18478 18479 18480 18481 18482 18483 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18475 class CreateChannelPlacementGroupRequest < Struct.new( :cluster_id, :name, :nodes, :request_id, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Specify a name that is unique in the Cluster. You can't change the name. Names are case-sensitive.
18475 18476 18477 18478 18479 18480 18481 18482 18483 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18475 class CreateChannelPlacementGroupRequest < Struct.new( :cluster_id, :name, :nodes, :request_id, :tags) SENSITIVE = [] include Aws::Structure end |
#nodes ⇒ Array<String>
An array of one ID for the Node that you want to associate with the ChannelPlacementGroup. (You can't associate more than one Node with the ChannelPlacementGroup.) The Node and the ChannelPlacementGroup must be in the same Cluster.
18475 18476 18477 18478 18479 18480 18481 18482 18483 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18475 class CreateChannelPlacementGroupRequest < Struct.new( :cluster_id, :name, :nodes, :request_id, :tags) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
An ID that you assign to a create request. This ID ensures idempotency when creating resources. the request.A suitable default value is auto-generated. You should normally not need to pass this option.
18475 18476 18477 18478 18479 18480 18481 18482 18483 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18475 class CreateChannelPlacementGroupRequest < Struct.new( :cluster_id, :name, :nodes, :request_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of key-value pairs.
18475 18476 18477 18478 18479 18480 18481 18482 18483 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18475 class CreateChannelPlacementGroupRequest < Struct.new( :cluster_id, :name, :nodes, :request_id, :tags) SENSITIVE = [] include Aws::Structure end |