Class: Aws::Snowball::Types::UpdateClusterRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_idString

The ID of the updated Address object.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2567

class UpdateClusterRequest < Struct.new(
  :cluster_id,
  :role_arn,
  :description,
  :resources,
  :on_device_service_configuration,
  :address_id,
  :shipping_option,
  :notification,
  :forwarding_address_id)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_idString

The cluster ID of the cluster that you want to update, for example CID123e4567-e89b-12d3-a456-426655440000.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2567

class UpdateClusterRequest < Struct.new(
  :cluster_id,
  :role_arn,
  :description,
  :resources,
  :on_device_service_configuration,
  :address_id,
  :shipping_option,
  :notification,
  :forwarding_address_id)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The updated description of this cluster.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2567

class UpdateClusterRequest < Struct.new(
  :cluster_id,
  :role_arn,
  :description,
  :resources,
  :on_device_service_configuration,
  :address_id,
  :shipping_option,
  :notification,
  :forwarding_address_id)
  SENSITIVE = []
  include Aws::Structure
end

#forwarding_address_idString

The updated ID for the forwarding address for a cluster. This field is not supported in most regions.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2567

class UpdateClusterRequest < Struct.new(
  :cluster_id,
  :role_arn,
  :description,
  :resources,
  :on_device_service_configuration,
  :address_id,
  :shipping_option,
  :notification,
  :forwarding_address_id)
  SENSITIVE = []
  include Aws::Structure
end

#notificationTypes::Notification

The new or updated Notification object.

Returns:



2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2567

class UpdateClusterRequest < Struct.new(
  :cluster_id,
  :role_arn,
  :description,
  :resources,
  :on_device_service_configuration,
  :address_id,
  :shipping_option,
  :notification,
  :forwarding_address_id)
  SENSITIVE = []
  include Aws::Structure
end

#on_device_service_configurationTypes::OnDeviceServiceConfiguration

Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family device clusters support Amazon S3 and NFS (Network File System).



2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2567

class UpdateClusterRequest < Struct.new(
  :cluster_id,
  :role_arn,
  :description,
  :resources,
  :on_device_service_configuration,
  :address_id,
  :shipping_option,
  :notification,
  :forwarding_address_id)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesTypes::JobResource

The updated arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.

Returns:



2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2567

class UpdateClusterRequest < Struct.new(
  :cluster_id,
  :role_arn,
  :description,
  :resources,
  :on_device_service_configuration,
  :address_id,
  :shipping_option,
  :notification,
  :forwarding_address_id)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The new role Amazon Resource Name (ARN) that you want to associate with this cluster. To create a role ARN, use the CreateRole API action in Identity and Access Management (IAM).

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2567

class UpdateClusterRequest < Struct.new(
  :cluster_id,
  :role_arn,
  :description,
  :resources,
  :on_device_service_configuration,
  :address_id,
  :shipping_option,
  :notification,
  :forwarding_address_id)
  SENSITIVE = []
  include Aws::Structure
end

#shipping_optionString

The updated shipping option value of this cluster's ShippingDetails object.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2567

class UpdateClusterRequest < Struct.new(
  :cluster_id,
  :role_arn,
  :description,
  :resources,
  :on_device_service_configuration,
  :address_id,
  :shipping_option,
  :notification,
  :forwarding_address_id)
  SENSITIVE = []
  include Aws::Structure
end