interface IHttpNamespaceRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ServiceDiscovery.IHttpNamespaceRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsservicediscovery#IHttpNamespaceRef |
Java | software.amazon.awscdk.services.servicediscovery.IHttpNamespaceRef |
Python | aws_cdk.aws_servicediscovery.IHttpNamespaceRef |
TypeScript | aws-cdk-lib » aws_servicediscovery » IHttpNamespaceRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a HttpNamespace.
Properties
| Name | Type | Description |
|---|---|---|
| http | Http | A reference to a HttpNamespace resource. |
| node | Node | The tree node. |
httpNamespaceRef
Type:
Http
A reference to a HttpNamespace resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript