AddTagsInput

public struct AddTagsInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon EMR resource identifier to which tags will be added. This value must be a cluster identifier.

    Declaration

    Swift

    public let resourceId: String
  • A list of tags to associate with a cluster and propagate to EC2 instances. Tags are user-defined key/value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters.

    Declaration

    Swift

    public let tags: [Tag]
  • Undocumented

    Declaration

    Swift

    public init(resourceId: String, tags: [Tag])