Removes resource mappings from a draft application version.
See https://www.paws-r-sdk.com/docs/resiliencehub_remove_draft_app_version_resource_mappings/ for full documentation.
resiliencehub_remove_draft_app_version_resource_mappings(
appArn,
appRegistryAppNames = NULL,
eksSourceNames = NULL,
logicalStackNames = NULL,
resourceGroupNames = NULL,
resourceNames = NULL,
terraformSourceNames = NULL
)
[required] 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.
The names of the registered applications you want to remove from the resource mappings.
The names of the Amazon Elastic Kubernetes Service clusters and namespaces you want to remove from the resource mappings.
This parameter accepts values in "eks-cluster/namespace" format.
The names of the CloudFormation stacks you want to remove from the resource mappings.
The names of the resource groups you want to remove from the resource mappings.
The names of the resources you want to remove from the resource mappings.
The names of the Terraform sources you want to remove from the resource mappings.