CfnSecurityConfigurationProps

class aws_cdk.aws_emr.CfnSecurityConfigurationProps(*, security_configuration, name=None)

Bases: object

Properties for defining a CfnSecurityConfiguration.

Parameters:
  • security_configuration (Any) – The security configuration details in JSON format.

  • name (Optional[str]) – The name of the security configuration.

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_emr as emr

# security_configuration: Any

cfn_security_configuration_props = emr.CfnSecurityConfigurationProps(
    security_configuration=security_configuration,

    # the properties below are optional
    name="name"
)

Attributes

name

The name of the security configuration.

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-name

security_configuration

The security configuration details in JSON format.

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-securityconfiguration.html#cfn-emr-securityconfiguration-securityconfiguration