Skip to content

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

emr_describe_security_configuration(Name)

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"
  )
)

Request syntax

svc$describe_security_configuration(
  Name = "string"
)