OrganizationEventFilter
public struct OrganizationEventFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of 12-digit AWS account numbers that contains the affected entities.
Declaration
Swift
public let awsAccountIds: [String]?
-
Undocumented
Declaration
Swift
public let endTime: DateTimeRange?
-
A list of entity ARNs (unique identifiers).
Declaration
Swift
public let entityArns: [String]?
-
A list of entity identifiers, such as EC2 instance IDs (i-34ab692e) or EBS volumes (vol-426ab23e).
Declaration
Swift
public let entityValues: [String]?
-
A list of event status codes.
Declaration
Swift
public let eventStatusCodes: [EventStatusCode]?
-
A list of event type category codes (issue, scheduledChange, or accountNotification).
Declaration
Swift
public let eventTypeCategories: [EventTypeCategory]?
-
A list of unique identifiers for event types. For example, “AWS_EC2_SYSTEM_MAINTENANCE_EVENT”,“AWS_RDS_MAINTENANCE_SCHEDULED”.
Declaration
Swift
public let eventTypeCodes: [String]?
-
Undocumented
Declaration
Swift
public let lastUpdatedTime: DateTimeRange?
-
A list of AWS Regions.
Declaration
Swift
public let regions: [String]?
-
The AWS services associated with the event. For example, EC2, RDS.
Declaration
Swift
public let services: [String]?
-
Undocumented
Declaration
Swift
public let startTime: DateTimeRange?
-
init(awsAccountIds:endTime:entityArns:entityValues:eventStatusCodes:eventTypeCategories:eventTypeCodes:lastUpdatedTime:regions:services:startTime:)
Undocumented
Declaration
Swift
public init(awsAccountIds: [String]? = nil, endTime: DateTimeRange? = nil, entityArns: [String]? = nil, entityValues: [String]? = nil, eventStatusCodes: [EventStatusCode]? = nil, eventTypeCategories: [EventTypeCategory]? = nil, eventTypeCodes: [String]? = nil, lastUpdatedTime: DateTimeRange? = nil, regions: [String]? = nil, services: [String]? = nil, startTime: DateTimeRange? = nil)
-
Declaration
Swift
public func validate(name: String) throws