aws-cdk-lib.aws_redshift.CfnEndpointAccess.VpcSecurityGroupProperty

interface VpcSecurityGroupProperty

LanguageType name
.NETAmazon.CDK.AWS.Redshift.CfnEndpointAccess.VpcSecurityGroupProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsredshift#CfnEndpointAccess_VpcSecurityGroupProperty
Javasoftware.amazon.awscdk.services.redshift.CfnEndpointAccess.VpcSecurityGroupProperty
Pythonaws_cdk.aws_redshift.CfnEndpointAccess.VpcSecurityGroupProperty
TypeScript aws-cdk-lib » aws_redshift » CfnEndpointAccess » VpcSecurityGroupProperty

The security groups associated with the endpoint.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_redshift as redshift } from 'aws-cdk-lib';
const vpcSecurityGroupProperty: redshift.CfnEndpointAccess.VpcSecurityGroupProperty = {
  status: 'status',
  vpcSecurityGroupId: 'vpcSecurityGroupId',
};

Properties

NameTypeDescription
status?stringThe status of the endpoint.
vpcSecurityGroupId?stringThe identifier of the VPC security group.

status?

Type: string (optional)

The status of the endpoint.


vpcSecurityGroupId?

Type: string (optional)

The identifier of the VPC security group.