List Security Configurations
emr_list_security_configurations | R Documentation |
Lists all the security configurations visible to this account, providing their creation dates and times, and their names¶
Description¶
Lists all the security configurations visible to this account, providing their creation dates and times, and their names. This call returns a maximum of 50 clusters per call, but returns a marker to track the paging of the cluster list across multiple ListSecurityConfigurations calls.
Usage¶
Arguments¶
Marker
The pagination token that indicates the set of results to retrieve.
Value¶
A list with the following syntax:
list(
SecurityConfigurations = list(
list(
Name = "string",
CreationDateTime = as.POSIXct(
"2015-01-01"
)
)
),
Marker = "string"
)