class Aws::ResilienceHub::Types::RemoveDraftAppVersionResourceMappingsRequest

@note When making an API call, you may pass RemoveDraftAppVersionResourceMappingsRequest

data as a hash:

    {
      app_arn: "Arn", # required
      app_registry_app_names: ["EntityName"],
      logical_stack_names: ["String255"],
      resource_group_names: ["EntityName"],
      resource_names: ["EntityName"],
    }

@!attribute [rw] app_arn

The Amazon Resource Name (ARN) of the application. The format for
this ARN is:
arn:`partition`\:dcps:`region`\:`account`\:app/`app-id`. For more
information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
the *AWS General Reference*.

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

@!attribute [rw] app_registry_app_names

The names of the registered applications to remove from the resource
mappings.
@return [Array<String>]

@!attribute [rw] logical_stack_names

The names of the CloudFormation stacks to remove from the resource
mappings.
@return [Array<String>]

@!attribute [rw] resource_group_names

The names of the resource groups to remove from the resource
mappings.
@return [Array<String>]

@!attribute [rw] resource_names

The names of the resources to remove from the resource mappings.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/RemoveDraftAppVersionResourceMappingsRequest AWS API Documentation

Constants

SENSITIVE