interface CfnSecurityConfigurationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EMR.CfnSecurityConfigurationProps |
![]() | software.amazon.awscdk.services.emr.CfnSecurityConfigurationProps |
![]() | aws_cdk.aws_emr.CfnSecurityConfigurationProps |
![]() | @aws-cdk/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 * as emr from '@aws-cdk/aws-emr';
declare const securityConfiguration: any;
const cfnSecurityConfigurationProps: emr.CfnSecurityConfigurationProps = {
securityConfiguration: securityConfiguration,
// the properties below are optional
name: 'name',
};
Properties
Name | Type | Description |
---|---|---|
security | any | The security configuration details in JSON format. |
name? | string | The 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.