interface SecurityGroupVpcAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.SecurityGroupVpcAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#SecurityGroupVpcAssociationReference |
![]() | software.amazon.awscdk.services.ec2.SecurityGroupVpcAssociationReference |
![]() | aws_cdk.aws_ec2.SecurityGroupVpcAssociationReference |
![]() | aws-cdk-lib » aws_ec2 » SecurityGroupVpcAssociationReference |
A reference to a SecurityGroupVpcAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const securityGroupVpcAssociationReference: ec2.SecurityGroupVpcAssociationReference = {
groupId: 'groupId',
vpcId: 'vpcId',
};
Properties
Name | Type | Description |
---|---|---|
group | string | The GroupId of the SecurityGroupVpcAssociation resource. |
vpc | string | The VpcId of the SecurityGroupVpcAssociation resource. |
groupId
Type:
string
The GroupId of the SecurityGroupVpcAssociation resource.
vpcId
Type:
string
The VpcId of the SecurityGroupVpcAssociation resource.