Class NamespaceReference
A reference to a Namespace resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.SCN
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.SCN;
var namespaceReference = new NamespaceReference {
NamespaceArn = "namespaceArn"
};
Synopsis
Constructors
| NamespaceReference() | A reference to a Namespace resource. |
Properties
| NamespaceArn | The Arn 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.SCN;
var namespaceReference = new NamespaceReference {
NamespaceArn = "namespaceArn"
};
Properties
NamespaceArn
The Arn of the Namespace resource.
public string NamespaceArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated