interface SubnetGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ElastiCache.SubnetGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awselasticache#SubnetGroupReference |
![]() | software.amazon.awscdk.services.elasticache.SubnetGroupReference |
![]() | aws_cdk.aws_elasticache.SubnetGroupReference |
![]() | aws-cdk-lib » aws_elasticache » SubnetGroupReference |
A reference to a SubnetGroup 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 subnetGroupReference: elasticache.SubnetGroupReference = {
cacheSubnetGroupName: 'cacheSubnetGroupName',
};
Properties
Name | Type | Description |
---|---|---|
cache | string | The CacheSubnetGroupName of the SubnetGroup resource. |
cacheSubnetGroupName
Type:
string
The CacheSubnetGroupName of the SubnetGroup resource.