Class ExistingCloudMapNamespaceOptions.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.ExistingCloudMapNamespaceOptions.Jsii$Proxy
All Implemented Interfaces:
CloudMapNamespaceOptionsBase, ExistingCloudMapNamespaceOptions, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ExistingCloudMapNamespaceOptions

@Stability(Stable) @Internal public static final class ExistingCloudMapNamespaceOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ExistingCloudMapNamespaceOptions
An implementation for ExistingCloudMapNamespaceOptions
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(ExistingCloudMapNamespaceOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ExistingCloudMapNamespaceOptions.Builder.
  • Method Details

    • getNamespace

      public final INamespace getNamespace()
      Description copied from interface: ExistingCloudMapNamespaceOptions
      The existing Cloud Map namespace to use as the cluster's default namespace.

      The full INamespace is required (rather than a ref) because the cluster needs the namespace name, ARN and type to wire up Service Discovery and Service Connect.

      [disable-awslint:prefer-ref-interface]

      Specified by:
      getNamespace in interface ExistingCloudMapNamespaceOptions
    • getUseForServiceConnect

      public final Boolean getUseForServiceConnect()
      Description copied from interface: CloudMapNamespaceOptionsBase
      This property specifies whether to set the provided namespace as the service connect default in the cluster properties.

      Default: false

      Specified by:
      getUseForServiceConnect in interface CloudMapNamespaceOptionsBase
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object