aws-cdk-lib.aws_servicediscovery.HttpNamespaceAttributes

interface HttpNamespaceAttributes

LanguageType name
.NETAmazon.CDK.AWS.ServiceDiscovery.HttpNamespaceAttributes
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsservicediscovery#HttpNamespaceAttributes
Javasoftware.amazon.awscdk.services.servicediscovery.HttpNamespaceAttributes
Pythonaws_cdk.aws_servicediscovery.HttpNamespaceAttributes
TypeScript (source)aws-cdk-lib » aws_servicediscovery » HttpNamespaceAttributes

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 httpNamespaceAttributes: servicediscovery.HttpNamespaceAttributes = {
  namespaceArn: 'namespaceArn',
  namespaceId: 'namespaceId',
  namespaceName: 'namespaceName',
};

Properties

NameTypeDescription
namespaceArnstringNamespace ARN for the Namespace.
namespaceIdstringNamespace Id for the Namespace.
namespaceNamestringA name for the Namespace.

namespaceArn

Type: string

Namespace ARN for the Namespace.


namespaceId

Type: string

Namespace Id for the Namespace.


namespaceName

Type: string

A name for the Namespace.