interface VpcSecurityGroupProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Redshift.CfnEndpointAccess.VpcSecurityGroupProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsredshift#CfnEndpointAccess_VpcSecurityGroupProperty |
![]() | software.amazon.awscdk.services.redshift.CfnEndpointAccess.VpcSecurityGroupProperty |
![]() | aws_cdk.aws_redshift.CfnEndpointAccess.VpcSecurityGroupProperty |
![]() | 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
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.