NamespaceReference
- class aws_cdk.aws_redshiftserverless.NamespaceReference(*, namespace_name)
Bases:
objectA reference to a Namespace resource.
- Parameters:
namespace_name (
str) – The NamespaceName of the Namespace 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_redshiftserverless as redshiftserverless namespace_reference = redshiftserverless.NamespaceReference( namespace_name="namespaceName" )
Attributes
- namespace_name
The NamespaceName of the Namespace resource.