Describe Security Configuration
emr_describe_security_configuration | R Documentation |
Provides the details of a security configuration by returning the configuration JSON¶
Description¶
Provides the details of a security configuration by returning the configuration JSON.
Usage¶
Arguments¶
Name
[required] The name of the security configuration.
Value¶
A list with the following syntax:
list(
Name = "string",
SecurityConfiguration = "string",
CreationDateTime = as.POSIXct(
"2015-01-01"
)
)