Class: Aws::MainframeModernization::Types::CreateApplicationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier the service generates to ensure the idempotency of the request to create an application. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.

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

Returns:

  • (String)


398
399
400
401
402
403
404
405
406
407
408
409
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 398

class CreateApplicationRequest < Struct.new(
  :client_token,
  :definition,
  :description,
  :engine_type,
  :kms_key_id,
  :name,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#definitionTypes::Definition

The application definition for this application. You can specify either inline JSON or an S3 bucket location.

Returns:



398
399
400
401
402
403
404
405
406
407
408
409
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 398

class CreateApplicationRequest < Struct.new(
  :client_token,
  :definition,
  :description,
  :engine_type,
  :kms_key_id,
  :name,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the application.

Returns:

  • (String)


398
399
400
401
402
403
404
405
406
407
408
409
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 398

class CreateApplicationRequest < Struct.new(
  :client_token,
  :definition,
  :description,
  :engine_type,
  :kms_key_id,
  :name,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#engine_typeString

The type of the target platform for this application.

Returns:

  • (String)


398
399
400
401
402
403
404
405
406
407
408
409
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 398

class CreateApplicationRequest < Struct.new(
  :client_token,
  :definition,
  :description,
  :engine_type,
  :kms_key_id,
  :name,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The identifier of a customer managed key.

Returns:

  • (String)


398
399
400
401
402
403
404
405
406
407
408
409
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 398

class CreateApplicationRequest < Struct.new(
  :client_token,
  :definition,
  :description,
  :engine_type,
  :kms_key_id,
  :name,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The unique identifier of the application.

Returns:

  • (String)


398
399
400
401
402
403
404
405
406
407
408
409
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 398

class CreateApplicationRequest < Struct.new(
  :client_token,
  :definition,
  :description,
  :engine_type,
  :kms_key_id,
  :name,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) that identifies a role that the application uses to access Amazon Web Services resources that are not part of the application or are in a different Amazon Web Services account.

Returns:

  • (String)


398
399
400
401
402
403
404
405
406
407
408
409
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 398

class CreateApplicationRequest < Struct.new(
  :client_token,
  :definition,
  :description,
  :engine_type,
  :kms_key_id,
  :name,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of tags to apply to the application.

Returns:

  • (Hash<String,String>)


398
399
400
401
402
403
404
405
406
407
408
409
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 398

class CreateApplicationRequest < Struct.new(
  :client_token,
  :definition,
  :description,
  :engine_type,
  :kms_key_id,
  :name,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end