SubnetGroupReference
- class aws_cdk.aws_memorydb.SubnetGroupReference(*, subnet_group_name)
Bases:
object
A reference to a SubnetGroup resource.
- Parameters:
subnet_group_name (
str
) – The SubnetGroupName of the SubnetGroup resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_memorydb as memorydb subnet_group_reference = memorydb.SubnetGroupReference( subnet_group_name="subnetGroupName" )
Attributes
- subnet_group_name
The SubnetGroupName of the SubnetGroup resource.