You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EMR::Types::CreateSecurityConfigurationInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateSecurityConfigurationInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "XmlString", # required
  security_configuration: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the security configuration.

Returns:

  • (String)

    The name of the security configuration.

#security_configurationString

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.

Returns:

  • (String)

    The security configuration details in JSON format.