Class ServiceConnectProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.ServiceConnectProps.Jsii$Proxy
- All Implemented Interfaces:
ServiceConnectProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ServiceConnectProps
@Stability(Stable)
@Internal
public static final class ServiceConnectProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ServiceConnectProps
An implementation for
ServiceConnectProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.ServiceConnectProps
ServiceConnectProps.Builder, ServiceConnectProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ServiceConnectProps.Builder builder) Constructor that initializes the object based on literal property values passed by theServiceConnectProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal LogDriverThe log driver configuration to use for the Service Connect agent logs.final StringThe cloudmap namespace to register this service into.final List<ServiceConnectService> The list of Services, including a port mapping, terse client alias, and optional intermediate DNS name.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theServiceConnectProps.Builder.
-
-
Method Details
-
getLogDriver
Description copied from interface:ServiceConnectPropsThe log driver configuration to use for the Service Connect agent logs.Default: - none
- Specified by:
getLogDriverin interfaceServiceConnectProps
-
getNamespace
Description copied from interface:ServiceConnectPropsThe cloudmap namespace to register this service into.Default: the cloudmap namespace specified on the cluster.
- Specified by:
getNamespacein interfaceServiceConnectProps
-
getServices
Description copied from interface:ServiceConnectPropsThe list of Services, including a port mapping, terse client alias, and optional intermediate DNS name.This property may be left blank if the current ECS service does not need to advertise any ports via Service Connect.
Default: none
- Specified by:
getServicesin interfaceServiceConnectProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-