AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::EMRContainers::SecurityConfiguration

CfnSecurityConfiguration

Resource Schema of AWS::EMRContainers::SecurityConfiguration Type.

Import

import { CfnSecurityConfiguration } from 'aws-cdk-lib/aws-emrcontainers';

Or use the module namespace:

import * as emrcontainers from 'aws-cdk-lib/aws-emrcontainers';
// emrcontainers.CfnSecurityConfiguration

Properties

Configuration passed to the constructor as CfnSecurityConfigurationProps.

securityConfigurationDataRequired
IResolvable | SecurityConfigurationDataProperty

Security configuration data containing encryption and authorization settings.

containerProviderOptional
IResolvable | ContainerProviderProperty

Container provider information.

nameOptional
string

The name of the security configuration.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this security configuration.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-emrcontainers
CFN TypeAWS::EMRContainers::SecurityConfiguration
Properties4

Related Constructs

External Links