interface NamespaceReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SCN.NamespaceReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsscn#NamespaceReference |
Java | software.amazon.awscdk.interfaces.scn.NamespaceReference |
Python | aws_cdk.interfaces.aws_scn.NamespaceReference |
TypeScript | aws-cdk-lib » interfaces » aws_scn » NamespaceReference |
A reference to a Namespace resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_scn as interfaces_scn } from 'aws-cdk-lib/interfaces';
const namespaceReference: interfaces_scn.NamespaceReference = {
namespaceArn: 'namespaceArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| namespace | string | The Arn of the Namespace resource. |
namespaceArn
Type:
string
The Arn of the Namespace resource.

.NET
Go
Java
Python
TypeScript