Creates a security configuration, which is stored in the service and can be specified when a cluster is created.
emr_create_security_configuration(Name, SecurityConfiguration)
A list with the following syntax:
list(
Name = "string",
CreationDateTime = as.POSIXct(
"2015-01-01"
)
)
[required] The name of the security configuration.
[required] The security configuration details in JSON format. For JSON parameters and examples, see Use Security Configurations to Set Up Cluster Security in the Amazon EMR Management Guide.
svc$create_security_configuration(
Name = "string",
SecurityConfiguration = "string"
)