TagResourceRequest
public struct TagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the canary that you’re adding tags to. The ARN format of a canary is arn:aws:synthetics:Region:account-id:canary:canary-name .
Declaration
Swift
public let resourceArn: String -
The list of key-value pairs to associate with the canary.
Declaration
Swift
public let tags: [String : String] -
Undocumented
Declaration
Swift
public init(resourceArn: String, tags: [String : String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TagResourceRequest Structure Reference