Class: Aws::ResilienceHub::Types::AddDraftAppVersionResourceMappingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::AddDraftAppVersionResourceMappingsResponse
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the Resilience Hub application.
-
#app_version ⇒ String
The version of the application.
-
#resource_mappings ⇒ Array<Types::ResourceMapping>
Mappings used to map logical resources from the template to physical resources.
Instance Attribute Details
#app_arn ⇒ String
The 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 AWS General Reference guide.
85 86 87 88 89 90 91 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 85 class AddDraftAppVersionResourceMappingsResponse < Struct.new( :app_arn, :app_version, :resource_mappings) SENSITIVE = [] include Aws::Structure end |
#app_version ⇒ String
The version of the application.
85 86 87 88 89 90 91 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 85 class AddDraftAppVersionResourceMappingsResponse < Struct.new( :app_arn, :app_version, :resource_mappings) SENSITIVE = [] include Aws::Structure end |
#resource_mappings ⇒ Array<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.
85 86 87 88 89 90 91 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 85 class AddDraftAppVersionResourceMappingsResponse < Struct.new( :app_arn, :app_version, :resource_mappings) SENSITIVE = [] include Aws::Structure end |