interface SubnetGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DAX.SubnetGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdax#SubnetGroupReference |
![]() | software.amazon.awscdk.services.dax.SubnetGroupReference |
![]() | aws_cdk.aws_dax.SubnetGroupReference |
![]() | aws-cdk-lib » aws_dax » 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_dax as dax } from 'aws-cdk-lib';
const subnetGroupReference: dax.SubnetGroupReference = {
subnetGroupId: 'subnetGroupId',
};
Properties
Name | Type | Description |
---|---|---|
subnet | string | The Id of the SubnetGroup resource. |
subnetGroupId
Type:
string
The Id of the SubnetGroup resource.