PrivateDnsNamespaceAttributes¶
-
class
aws_cdk.aws_servicediscovery.
PrivateDnsNamespaceAttributes
(*, namespace_arn, namespace_id, namespace_name)¶ Bases:
object
- Parameters
namespace_arn (
str
) – Namespace ARN for the Namespace.namespace_id (
str
) – Namespace Id for the Namespace.namespace_name (
str
) – A name for the Namespace.
Attributes
-
namespace_arn
¶ Namespace ARN for the Namespace.
- Return type
str
-
namespace_id
¶ Namespace Id for the Namespace.
- Return type
str
-
namespace_name
¶ A name for the Namespace.
- Return type
str