Class: Aws::ResilienceHub::Types::AddDraftAppVersionResourceMappingsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_arnString

Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:‘partition`:resiliencehub:`region`:`account`:app/`app-id`. For more information about ARNs, see [ Amazon Resource Names (ARNs)] in the *Amazon Web Services General Reference* guide.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


118
119
120
121
122
123
# File 'lib/aws-sdk-resiliencehub/types.rb', line 118

class AddDraftAppVersionResourceMappingsRequest < Struct.new(
  :app_arn,
  :resource_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#resource_mappingsArray<Types::ResourceMapping>

Mappings used to map logical resources from the template to physical resources. You can use the mapping type ‘CFN_STACK` if the application template uses a logical stack name. Or you can map individual resources by using the mapping type `RESOURCE`. We recommend using the mapping type `CFN_STACK` if the application is backed by a CloudFormation stack.

Returns:



118
119
120
121
122
123
# File 'lib/aws-sdk-resiliencehub/types.rb', line 118

class AddDraftAppVersionResourceMappingsRequest < Struct.new(
  :app_arn,
  :resource_mappings)
  SENSITIVE = []
  include Aws::Structure
end