interface VpcSecurityGroupProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Redshift.CfnEndpointAccess.VpcSecurityGroupProperty |
![]() | software.amazon.awscdk.services.redshift.CfnEndpointAccess.VpcSecurityGroupProperty |
![]() | aws_cdk.aws_redshift.CfnEndpointAccess.VpcSecurityGroupProperty |
![]() | @aws-cdk/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 * as redshift from '@aws-cdk/aws-redshift';
const vpcSecurityGroupProperty: redshift.CfnEndpointAccess.VpcSecurityGroupProperty = {
status: 'status',
vpcSecurityGroupId: 'vpcSecurityGroupId',
};
Properties
Name | Type | Description |
---|---|---|
status? | string | The status of the endpoint. |
vpc | string | The 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.