resiliencehub_delete_app_input_source: Deletes the input source and all of its imported resources...

View source: R/resiliencehub_operations.R

resiliencehub_delete_app_input_sourceR Documentation

Deletes the input source and all of its imported resources from the Resilience Hub application

Description

Deletes the input source and all of its imported resources from the Resilience Hub application.

See https://www.paws-r-sdk.com/docs/resiliencehub_delete_app_input_source/ for full documentation.

Usage

resiliencehub_delete_app_input_source(
  appArn,
  clientToken = NULL,
  eksSourceClusterNamespace = NULL,
  sourceArn = NULL,
  terraformSource = NULL
)

Arguments

appArn

[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 AWS General Reference guide.

clientToken

Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

eksSourceClusterNamespace

The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.

sourceArn

The Amazon Resource Name (ARN) of the imported resource you want to remove from the Resilience Hub application. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.

terraformSource

The imported Terraform s3 state file you want to remove from the Resilience Hub application.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.