interface SecurityGroupEgressReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.SecurityGroupEgressReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#SecurityGroupEgressReference |
![]() | software.amazon.awscdk.services.ec2.SecurityGroupEgressReference |
![]() | aws_cdk.aws_ec2.SecurityGroupEgressReference |
![]() | aws-cdk-lib » aws_ec2 » SecurityGroupEgressReference |
A reference to a SecurityGroupEgress 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 securityGroupEgressReference: ec2.SecurityGroupEgressReference = {
securityGroupEgressId: 'securityGroupEgressId',
};
Properties
Name | Type | Description |
---|---|---|
security | string | The Id of the SecurityGroupEgress resource. |
securityGroupEgressId
Type:
string
The Id of the SecurityGroupEgress resource.