Class NamespaceReference
A reference to a Namespace resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.RedshiftServerless
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class NamespaceReference : INamespaceReference
Syntax (vb)
Public Class NamespaceReference Implements INamespaceReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.RedshiftServerless;
var namespaceReference = new NamespaceReference {
NamespaceName = "namespaceName"
};
Synopsis
Constructors
| NamespaceReference() | A reference to a Namespace resource. |
Properties
| NamespaceName | The NamespaceName of the Namespace resource. |
Constructors
NamespaceReference()
A reference to a Namespace resource.
public NamespaceReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.RedshiftServerless;
var namespaceReference = new NamespaceReference {
NamespaceName = "namespaceName"
};
Properties
NamespaceName
The NamespaceName of the Namespace resource.
public string NamespaceName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated