aws-cdk-lib.aws_servicediscovery.PrivateDnsNamespaceAttributes

interface PrivateDnsNamespaceAttributes

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

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 privateDnsNamespaceAttributes: servicediscovery.PrivateDnsNamespaceAttributes = {
  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.