Class: Aws::MigrationHubRefactorSpaces::Types::CreateApplicationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#api_gateway_proxyTypes::ApiGatewayProxyInput

A wrapper object holding the API Gateway endpoint type and stage name for the proxy.



293
294
295
296
297
298
299
300
301
302
303
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 293

class CreateApplicationRequest < Struct.new(
  :api_gateway_proxy,
  :client_token,
  :environment_identifier,
  :name,
  :proxy_type,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

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

Returns:

  • (String)


293
294
295
296
297
298
299
300
301
302
303
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 293

class CreateApplicationRequest < Struct.new(
  :api_gateway_proxy,
  :client_token,
  :environment_identifier,
  :name,
  :proxy_type,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#environment_identifierString

The unique identifier of the environment.

Returns:

  • (String)


293
294
295
296
297
298
299
300
301
302
303
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 293

class CreateApplicationRequest < Struct.new(
  :api_gateway_proxy,
  :client_token,
  :environment_identifier,
  :name,
  :proxy_type,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#nameString

The name to use for the application.

Returns:

  • (String)


293
294
295
296
297
298
299
300
301
302
303
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 293

class CreateApplicationRequest < Struct.new(
  :api_gateway_proxy,
  :client_token,
  :environment_identifier,
  :name,
  :proxy_type,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#proxy_typeString

The proxy type of the proxy created within the application.

Returns:

  • (String)


293
294
295
296
297
298
299
300
301
302
303
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 293

class CreateApplicationRequest < Struct.new(
  :api_gateway_proxy,
  :client_token,
  :environment_identifier,
  :name,
  :proxy_type,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

The tags to assign to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.

Returns:

  • (Hash<String,String>)


293
294
295
296
297
298
299
300
301
302
303
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 293

class CreateApplicationRequest < Struct.new(
  :api_gateway_proxy,
  :client_token,
  :environment_identifier,
  :name,
  :proxy_type,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#vpc_idString

The ID of the virtual private cloud (VPC).

Returns:

  • (String)


293
294
295
296
297
298
299
300
301
302
303
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 293

class CreateApplicationRequest < Struct.new(
  :api_gateway_proxy,
  :client_token,
  :environment_identifier,
  :name,
  :proxy_type,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end