interface SecurityGroupReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.ElastiCache.SecurityGroupReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awselasticache#SecurityGroupReference | 
|  Java | software.amazon.awscdk.services.elasticache.SecurityGroupReference | 
|  Python | aws_cdk.aws_elasticache.SecurityGroupReference | 
|  TypeScript | aws-cdk-lib»aws_elasticache»SecurityGroupReference | 
A reference to a SecurityGroup 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 securityGroupReference: elasticache.SecurityGroupReference = {
  securityGroupId: 'securityGroupId',
};
Properties
| Name | Type | Description | 
|---|---|---|
| security | string | The Id of the SecurityGroup resource. | 
securityGroupId
Type:
string
The Id of the SecurityGroup resource.
