Class: Aws::ResilienceHub::Types::RemoveDraftAppVersionResourceMappingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::RemoveDraftAppVersionResourceMappingsRequest
- 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 application.
-
#app_registry_app_names ⇒ Array<String>
The names of the registered applications to remove from the resource mappings.
-
#logical_stack_names ⇒ Array<String>
The names of the CloudFormation stacks to remove from the resource mappings.
-
#resource_group_names ⇒ Array<String>
The names of the resource groups to remove from the resource mappings.
-
#resource_names ⇒ Array<String>
The names of the resources to remove from the resource mappings.
-
#terraform_source_names ⇒ Array<String>
.
Instance Attribute Details
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the 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.
2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2838 class RemoveDraftAppVersionResourceMappingsRequest < Struct.new( :app_arn, :app_registry_app_names, :logical_stack_names, :resource_group_names, :resource_names, :terraform_source_names) SENSITIVE = [] include Aws::Structure end |
#app_registry_app_names ⇒ Array<String>
The names of the registered applications to remove from the resource mappings.
2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2838 class RemoveDraftAppVersionResourceMappingsRequest < Struct.new( :app_arn, :app_registry_app_names, :logical_stack_names, :resource_group_names, :resource_names, :terraform_source_names) SENSITIVE = [] include Aws::Structure end |
#logical_stack_names ⇒ Array<String>
The names of the CloudFormation stacks to remove from the resource mappings.
2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2838 class RemoveDraftAppVersionResourceMappingsRequest < Struct.new( :app_arn, :app_registry_app_names, :logical_stack_names, :resource_group_names, :resource_names, :terraform_source_names) SENSITIVE = [] include Aws::Structure end |
#resource_group_names ⇒ Array<String>
The names of the resource groups to remove from the resource mappings.
2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2838 class RemoveDraftAppVersionResourceMappingsRequest < Struct.new( :app_arn, :app_registry_app_names, :logical_stack_names, :resource_group_names, :resource_names, :terraform_source_names) SENSITIVE = [] include Aws::Structure end |
#resource_names ⇒ Array<String>
The names of the resources to remove from the resource mappings.
2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2838 class RemoveDraftAppVersionResourceMappingsRequest < Struct.new( :app_arn, :app_registry_app_names, :logical_stack_names, :resource_group_names, :resource_names, :terraform_source_names) SENSITIVE = [] include Aws::Structure end |
#terraform_source_names ⇒ Array<String>
2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2838 class RemoveDraftAppVersionResourceMappingsRequest < Struct.new( :app_arn, :app_registry_app_names, :logical_stack_names, :resource_group_names, :resource_names, :terraform_source_names) SENSITIVE = [] include Aws::Structure end |