interface SecurityConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Glue.SecurityConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsglue#SecurityConfigurationReference |
Java | software.amazon.awscdk.services.glue.SecurityConfigurationReference |
Python | aws_cdk.aws_glue.SecurityConfigurationReference |
TypeScript | aws-cdk-lib » aws_glue » SecurityConfigurationReference |
A reference to a SecurityConfiguration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_glue as glue } from 'aws-cdk-lib';
const securityConfigurationReference: glue.SecurityConfigurationReference = {
securityConfigurationId: 'securityConfigurationId',
};
Properties
| Name | Type | Description |
|---|---|---|
| security | string | The Id of the SecurityConfiguration resource. |
securityConfigurationId
Type:
string
The Id of the SecurityConfiguration resource.

.NET
Go
Java
Python
TypeScript