interface VpcConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Glue.CfnTableOptimizer.VpcConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnTableOptimizer_VpcConfigurationProperty |
![]() | software.amazon.awscdk.services.glue.CfnTableOptimizer.VpcConfigurationProperty |
![]() | aws_cdk.aws_glue.CfnTableOptimizer.VpcConfigurationProperty |
![]() | aws-cdk-lib » aws_glue » CfnTableOptimizer » VpcConfigurationProperty |
An object that describes the VPC configuration for a table optimizer.
This configuration is necessary to perform optimization on tables that are in a customer VPC.
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 vpcConfigurationProperty: glue.CfnTableOptimizer.VpcConfigurationProperty = {
glueConnectionName: 'glueConnectionName',
};
Properties
Name | Type | Description |
---|---|---|
glue | string | The name of the AWS Glue connection used for the VPC for the table optimizer. |
glueConnectionName?
Type:
string
(optional)
The name of the AWS Glue connection used for the VPC for the table optimizer.