ConfigurationTag
public struct ConfigurationTag : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The configuration ID for the item to tag. You can specify a list of keys and values.
Declaration
Swift
public let configurationId: String?
-
A type of IT asset to tag.
Declaration
Swift
public let configurationType: ConfigurationItemType?
-
A type of tag on which to filter. For example, serverType.
Declaration
Swift
public let key: String?
-
The time the configuration tag was created in Coordinated Universal Time (UTC).
Declaration
Swift
public let timeOfCreation: TimeStamp?
-
A value on which to filter. For example key = serverType and value = web server.
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(configurationId: String? = nil, configurationType: ConfigurationItemType? = nil, key: String? = nil, timeOfCreation: TimeStamp? = nil, value: String? = nil)