AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Glue::SecurityConfiguration

CfnSecurityConfiguration

Creates a new security configuration. A security configuration is a set of security properties that can be used by AWS Glue . You can use a security configuration to encrypt data at rest. For information about using security configurations in AWS Glue , see [Encrypting Data Written by Crawlers, Jobs, and Development Endpoints](https://docs.aws.amazon.com/glue/latest/dg/encryption-security-configuration.html) .

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnSecurityConfigurationProps.

encryptionConfigurationRequired
IResolvable | EncryptionConfigurationProperty

The encryption configuration associated with this security configuration.

nameRequired
string

The name of the 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