class Aws::Snowball::Client
def create_cluster(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
create_cluster(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateCluster - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Example: Example: To create a cluster -
Returns:
-
(Types::CreateClusterResult)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:remote_management
(String
) -- -
:tax_documents
(Types::TaxDocuments
) -- -
:forwarding_address_id
(String
) -- -
:notification
(Types::Notification
) -- -
:shipping_option
(required, String
) -- -
:snowball_type
(required, String
) -- -
:role_arn
(required, String
) -- -
:kms_key_arn
(String
) -- -
:address_id
(required, String
) -- -
:description
(String
) -- -
:on_device_service_configuration
(Types::OnDeviceServiceConfiguration
) -- -
:resources
(required, Types::JobResource
) -- -
:job_type
(required, String
) --
def create_cluster(params = {}, options = {}) req = build_request(:create_cluster, params) req.send_request(options) end