| Package | Description |
|---|---|
| software.amazon.awscdk.services.servicediscovery |
Amazon ECS Service Discovery Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnPrivateDnsNamespace.Builder |
CfnPrivateDnsNamespace.Builder.create(software.constructs.Construct scope,
String id) |
CfnPrivateDnsNamespace.Builder |
CfnPrivateDnsNamespace.Builder.description(String description)
A description for the namespace.
|
CfnPrivateDnsNamespace.Builder |
CfnPrivateDnsNamespace.Builder.name(String name)
The name that you want to assign to this namespace.
|
CfnPrivateDnsNamespace.Builder |
CfnPrivateDnsNamespace.Builder.properties(CfnPrivateDnsNamespace.PropertiesProperty properties)
Properties for the private DNS namespace.
|
CfnPrivateDnsNamespace.Builder |
CfnPrivateDnsNamespace.Builder.properties(IResolvable properties)
Properties for the private DNS namespace.
|
CfnPrivateDnsNamespace.Builder |
CfnPrivateDnsNamespace.Builder.tags(List<? extends CfnTag> tags)
The tags for the namespace.
|
CfnPrivateDnsNamespace.Builder |
CfnPrivateDnsNamespace.Builder.vpc(String vpc)
The ID of the Amazon VPC that you want to associate the namespace with.
|
Copyright © 2022. All rights reserved.