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