aws-cdk-lib.aws_emr.CfnSecurityConfigurationProps

interface CfnSecurityConfigurationProps

LanguageType name
.NETAmazon.CDK.AWS.EMR.CfnSecurityConfigurationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsemr#CfnSecurityConfigurationProps
Javasoftware.amazon.awscdk.services.emr.CfnSecurityConfigurationProps
Pythonaws_cdk.aws_emr.CfnSecurityConfigurationProps
TypeScript aws-cdk-lib » aws_emr » CfnSecurityConfigurationProps

Properties for defining a CfnSecurityConfiguration.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_emr as emr } from 'aws-cdk-lib';

declare const securityConfiguration: any;
const cfnSecurityConfigurationProps: emr.CfnSecurityConfigurationProps = {
  securityConfiguration: securityConfiguration,

  // the properties below are optional
  name: 'name',
};

Properties

NameTypeDescription
securityConfigurationanyThe security configuration details in JSON format.
name?stringThe name of the security configuration.

securityConfiguration

Type: any

The security configuration details in JSON format.


name?

Type: string (optional)

The name of the security configuration.