Class CfnMonitoringSchedule.NetworkConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.NetworkConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMonitoringSchedule.NetworkConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMonitoringSchedule.NetworkConfigProperty
@Stability(Stable)
@Internal
public static final class CfnMonitoringSchedule.NetworkConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMonitoringSchedule.NetworkConfigProperty
An implementation for
CfnMonitoringSchedule.NetworkConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.NetworkConfigProperty
CfnMonitoringSchedule.NetworkConfigProperty.Builder, CfnMonitoringSchedule.NetworkConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMonitoringSchedule.NetworkConfigProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Whether to encrypt all communications between distributed processing jobs.final Object
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.final Object
Specifies a VPC that your training jobs and hosted models have access to.final int
hashCode()
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 theCfnMonitoringSchedule.NetworkConfigProperty.Builder
.
-
-
Method Details
-
getEnableInterContainerTrafficEncryption
Description copied from interface:CfnMonitoringSchedule.NetworkConfigProperty
Whether to encrypt all communications between distributed processing jobs.Choose
True
to encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.- Specified by:
getEnableInterContainerTrafficEncryption
in interfaceCfnMonitoringSchedule.NetworkConfigProperty
- See Also:
-
getEnableNetworkIsolation
Description copied from interface:CfnMonitoringSchedule.NetworkConfigProperty
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.- Specified by:
getEnableNetworkIsolation
in interfaceCfnMonitoringSchedule.NetworkConfigProperty
- See Also:
-
getVpcConfig
Description copied from interface:CfnMonitoringSchedule.NetworkConfigProperty
Specifies a VPC that your training jobs and hosted models have access to.Control access to and from your training and model containers by configuring the VPC. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud and Protect Training Jobs by Using an Amazon Virtual Private Cloud .
- Specified by:
getVpcConfig
in interfaceCfnMonitoringSchedule.NetworkConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-