interface HttpNamespaceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ServiceDiscovery.HttpNamespaceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsservicediscovery#HttpNamespaceReference |
![]() | software.amazon.awscdk.services.servicediscovery.HttpNamespaceReference |
![]() | aws_cdk.aws_servicediscovery.HttpNamespaceReference |
![]() | aws-cdk-lib » aws_servicediscovery » HttpNamespaceReference |
A reference to a HttpNamespace resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_servicediscovery as servicediscovery } from 'aws-cdk-lib';
const httpNamespaceReference: servicediscovery.HttpNamespaceReference = {
httpNamespaceArn: 'httpNamespaceArn',
httpNamespaceId: 'httpNamespaceId',
};
Properties
Name | Type | Description |
---|---|---|
http | string | The ARN of the HttpNamespace resource. |
http | string | The Id of the HttpNamespace resource. |
httpNamespaceArn
Type:
string
The ARN of the HttpNamespace resource.
httpNamespaceId
Type:
string
The Id of the HttpNamespace resource.