Class: Aws::LaunchWizard::Types::CreateDeploymentInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:specifications]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_pattern_nameString

The name of the deployment pattern supported by a given workload. You can use the ListWorkloadDeploymentPatterns operation to discover supported values for this parameter.

Returns:

  • (String)


56
57
58
59
60
61
62
63
64
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 56

class CreateDeploymentInput < Struct.new(
  :deployment_pattern_name,
  :dry_run,
  :name,
  :specifications,
  :workload_name)
  SENSITIVE = [:specifications]
  include Aws::Structure
end

#dry_runBoolean

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Returns:

  • (Boolean)


56
57
58
59
60
61
62
63
64
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 56

class CreateDeploymentInput < Struct.new(
  :deployment_pattern_name,
  :dry_run,
  :name,
  :specifications,
  :workload_name)
  SENSITIVE = [:specifications]
  include Aws::Structure
end

#nameString

The name of the deployment.

Returns:

  • (String)


56
57
58
59
60
61
62
63
64
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 56

class CreateDeploymentInput < Struct.new(
  :deployment_pattern_name,
  :dry_run,
  :name,
  :specifications,
  :workload_name)
  SENSITIVE = [:specifications]
  include Aws::Structure
end

#specificationsHash<String,String>

The settings specified for the deployment. For more information on the specifications required for creating a deployment, see Workload specifications.

Returns:

  • (Hash<String,String>)


56
57
58
59
60
61
62
63
64
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 56

class CreateDeploymentInput < Struct.new(
  :deployment_pattern_name,
  :dry_run,
  :name,
  :specifications,
  :workload_name)
  SENSITIVE = [:specifications]
  include Aws::Structure
end

#workload_nameString

The name of the workload. You can use the ListWorkloadDeploymentPatterns operation to discover supported values for this parameter.

Returns:

  • (String)


56
57
58
59
60
61
62
63
64
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 56

class CreateDeploymentInput < Struct.new(
  :deployment_pattern_name,
  :dry_run,
  :name,
  :specifications,
  :workload_name)
  SENSITIVE = [:specifications]
  include Aws::Structure
end