Table of Contents

Class UntagResourceRequest

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

Container for the parameters to the UntagResource operation. Removes one or more tags from the specified EventBridge resource. In Amazon EventBridge (CloudWatch Events), rules and event buses can be tagged.

public class UntagResourceRequest : AmazonEventBridgeRequest
Inheritance
UntagResourceRequest

Constructors

UntagResourceRequest()

public UntagResourceRequest()

Properties

ResourceARN

Gets and sets the property ResourceARN.

The ARN of the EventBridge resource from which you are removing tags.

public string ResourceARN { get; set; }

Property Value

string

TagKeys

Gets and sets the property TagKeys.

The list of tag keys to remove from the resource.

public List<string> TagKeys { get; set; }

Property Value

List<string>