interface VpcSecurityGroupProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Redshift.CfnEndpointAccess.VpcSecurityGroupProperty |
Java | software.amazon.awscdk.services.redshift.CfnEndpointAccess.VpcSecurityGroupProperty |
Python | aws_cdk.aws_redshift.CfnEndpointAccess.VpcSecurityGroupProperty |
TypeScript | @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.