AWSCloudTrailAdvancedFieldSelector
No description
type AWSCloudTrailAdvancedFieldSelector {
field: String!
endsWith: [String!]!
equals: [String!]!
notEndsWith: [String!]!
notEquals: [String!]!
notStartsWith: [String!]!
startsWith: [String!]!
}
Fields
AWSCloudTrailAdvancedFieldSelector.field ● String! non-null scalar
A field in a CloudTrail event record on which to filter events to be logged
AWSCloudTrailAdvancedFieldSelector.endsWith ● [String!]! non-null scalar
An operator that includes events that match the last few characters of the event record field specified as the value of Field
AWSCloudTrailAdvancedFieldSelector.equals ● [String!]! non-null scalar
An operator that includes events that match the exact value of the event record field specified as the value of Field
AWSCloudTrailAdvancedFieldSelector.notEndsWith ● [String!]! non-null scalar
An operator that excludes events that match the last few characters of the event record field specified as the value of Field
AWSCloudTrailAdvancedFieldSelector.notEquals ● [String!]! non-null scalar
An operator that excludes events that match the exact value of the event record field specified as the value of Field
AWSCloudTrailAdvancedFieldSelector.notStartsWith ● [String!]! non-null scalar
An operator that excludes events that match the first few characters of the event record field specified as the value of Field
AWSCloudTrailAdvancedFieldSelector.startsWith ● [String!]! non-null scalar
An operator that includes events that match the first few characters of the event record field specified as the value of Field