Class: Aws::Proton::Types::CreateServiceInstanceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:spec]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The client token of the service instance to create.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1164

class CreateServiceInstanceInput < Struct.new(
  :client_token,
  :name,
  :service_name,
  :spec,
  :tags,
  :template_major_version,
  :template_minor_version)
  SENSITIVE = [:spec]
  include Aws::Structure
end

#nameString

The name of the service instance to create.

Returns:

  • (String)


1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1164

class CreateServiceInstanceInput < Struct.new(
  :client_token,
  :name,
  :service_name,
  :spec,
  :tags,
  :template_major_version,
  :template_minor_version)
  SENSITIVE = [:spec]
  include Aws::Structure
end

#service_nameString

The name of the service the service instance is added to.

Returns:

  • (String)


1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1164

class CreateServiceInstanceInput < Struct.new(
  :client_token,
  :name,
  :service_name,
  :spec,
  :tags,
  :template_major_version,
  :template_minor_version)
  SENSITIVE = [:spec]
  include Aws::Structure
end

#specString

The spec for the service instance you want to create.

Returns:

  • (String)


1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1164

class CreateServiceInstanceInput < Struct.new(
  :client_token,
  :name,
  :service_name,
  :spec,
  :tags,
  :template_major_version,
  :template_minor_version)
  SENSITIVE = [:spec]
  include Aws::Structure
end

#tagsArray<Types::Tag>

An optional list of metadata items that you can associate with the Proton service instance. A tag is a key-value pair.

For more information, see Proton resources and tagging in the Proton User Guide.

Returns:



1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1164

class CreateServiceInstanceInput < Struct.new(
  :client_token,
  :name,
  :service_name,
  :spec,
  :tags,
  :template_major_version,
  :template_minor_version)
  SENSITIVE = [:spec]
  include Aws::Structure
end

#template_major_versionString

To create a new major and minor version of the service template, exclude major Version.

Returns:

  • (String)


1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1164

class CreateServiceInstanceInput < Struct.new(
  :client_token,
  :name,
  :service_name,
  :spec,
  :tags,
  :template_major_version,
  :template_minor_version)
  SENSITIVE = [:spec]
  include Aws::Structure
end

#template_minor_versionString

To create a new minor version of the service template, include a major Version.

Returns:

  • (String)


1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1164

class CreateServiceInstanceInput < Struct.new(
  :client_token,
  :name,
  :service_name,
  :spec,
  :tags,
  :template_major_version,
  :template_minor_version)
  SENSITIVE = [:spec]
  include Aws::Structure
end