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)


64
65
66
67
68
69
70
71
72
73
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 64

class CreateDeploymentInput < Struct.new(
  :deployment_pattern_name,
  :dry_run,
  :name,
  :specifications,
  :tags,
  :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)


64
65
66
67
68
69
70
71
72
73
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 64

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

#nameString

The name of the deployment.

Returns:

  • (String)


64
65
66
67
68
69
70
71
72
73
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 64

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

#specificationsHash<String,String>

The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see SAP deployment specifications. To retrieve the specifications required to create a deployment for other workloads, use the GetWorkloadDeploymentPattern operation.

Returns:

  • (Hash<String,String>)


64
65
66
67
68
69
70
71
72
73
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 64

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

#tagsHash<String,String>

The tags to add to the deployment.

Returns:

  • (Hash<String,String>)


64
65
66
67
68
69
70
71
72
73
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 64

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

#workload_nameString

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

Returns:

  • (String)


64
65
66
67
68
69
70
71
72
73
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 64

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