List Event Data Stores
cloudtrail_list_event_data_stores | R Documentation |
Returns information about all event data stores in the account, in the current Region¶
Description¶
Returns information about all event data stores in the account, in the current Region.
Usage¶
Arguments¶
NextToken
A token you can use to get the next page of event data store results.
MaxResults
The maximum number of event data stores to display on a single page.
Value¶
A list with the following syntax:
list(
EventDataStores = list(
list(
EventDataStoreArn = "string",
Name = "string",
TerminationProtectionEnabled = TRUE|FALSE,
Status = "CREATED"|"ENABLED"|"PENDING_DELETION"|"STARTING_INGESTION"|"STOPPING_INGESTION"|"STOPPED_INGESTION",
AdvancedEventSelectors = list(
list(
Name = "string",
FieldSelectors = list(
list(
Field = "string",
Equals = list(
"string"
),
StartsWith = list(
"string"
),
EndsWith = list(
"string"
),
NotEquals = list(
"string"
),
NotStartsWith = list(
"string"
),
NotEndsWith = list(
"string"
)
)
)
)
),
MultiRegionEnabled = TRUE|FALSE,
OrganizationEnabled = TRUE|FALSE,
RetentionPeriod = 123,
CreatedTimestamp = as.POSIXct(
"2015-01-01"
),
UpdatedTimestamp = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string"
)