- Navigation Guide
@aws-sdk/client-ivs-realtime
UntagResourceCommandInput Interface
The input for UntagResourceCommand.
Members
Name | Type | Details |
---|---|---|
resourceArn Required | string | undefined | The ARN of the resource to be untagged. The ARN must be URL-encoded. |
tagKeys Required | string[] | undefined | Array of tag keys (strings) for the tags to be removed. See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there. |
Full Signature
export interface UntagResourceCommandInput extends UntagResourceRequest