TaggedResource

public struct TaggedResource : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) with which the tag is associated, for example: arn:aws:redshift:us-east-2:123456789:cluster:t1.

    Declaration

    Swift

    public let resourceName: String?
  • The type of resource with which the tag is associated. Valid resource types are: Cluster CIDR/IP EC2 security group Snapshot Cluster security group Subnet group HSM connection HSM certificate Parameter group For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.

    Declaration

    Swift

    public let resourceType: String?
  • tag

    The tag for the resource.

    Declaration

    Swift

    public let tag: Tag?
  • Undocumented

    Declaration

    Swift

    public init(resourceName: String? = nil, resourceType: String? = nil, tag: Tag? = nil)