@aws-sdk/client-fsx

UntagResourceCommandInput Interface

The input for UntagResourceCommand.

Members

Name
Type
Details
ResourceARN Requiredstring | undefined

The ARN of the Amazon FSx resource to untag.

TagKeys Requiredstring[] | undefined

A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still succeed to be idempotent.

Full Signature

export interface UntagResourceCommandInput extends UntagResourceRequest