interface SecurityGroupIngressReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ElastiCache.SecurityGroupIngressReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awselasticache#SecurityGroupIngressReference |
![]() | software.amazon.awscdk.services.elasticache.SecurityGroupIngressReference |
![]() | aws_cdk.aws_elasticache.SecurityGroupIngressReference |
![]() | aws-cdk-lib » aws_elasticache » 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_elasticache as elasticache } from 'aws-cdk-lib';
const securityGroupIngressReference: elasticache.SecurityGroupIngressReference = {
securityGroupIngressId: 'securityGroupIngressId',
};
Properties
Name | Type | Description |
---|---|---|
security | string | The Id of the SecurityGroupIngress resource. |
securityGroupIngressId
Type:
string
The Id of the SecurityGroupIngress resource.