Interface CloudMapNamespaceOptionsBase
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
CloudMapNamespaceOptions,ExistingCloudMapNamespaceOptions
- All Known Implementing Classes:
CloudMapNamespaceOptions.Jsii$Proxy,CloudMapNamespaceOptionsBase.Jsii$Proxy,ExistingCloudMapNamespaceOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-31T10:49:29.109Z")
@Stability(Stable)
public interface CloudMapNamespaceOptionsBase
extends software.amazon.jsii.JsiiSerializable
Options shared by all ways of setting the default AWS Cloud Map namespace of a cluster.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ecs.*;
CloudMapNamespaceOptionsBase cloudMapNamespaceOptionsBase = CloudMapNamespaceOptionsBase.builder()
.useForServiceConnect(false)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCloudMapNamespaceOptionsBasestatic final classAn implementation forCloudMapNamespaceOptionsBase -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUseForServiceConnect
This property specifies whether to set the provided namespace as the service connect default in the cluster properties.Default: false
-
builder
-