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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.NetworkConfigProperty
CfnMonitoringSchedule.NetworkConfigProperty.Builder, CfnMonitoringSchedule.NetworkConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMonitoringSchedule.NetworkConfigProperty.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 ObjectWhether to encrypt all communications between distributed processing jobs.final ObjectWhether to allow inbound and outbound network calls to and from the containers used for the processing job.final ObjectSpecifies a VPC that your training jobs and hosted models have access to.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 theCfnMonitoringSchedule.NetworkConfigProperty.Builder.
-
-
Method Details
-
getEnableInterContainerTrafficEncryption
Description copied from interface:CfnMonitoringSchedule.NetworkConfigPropertyWhether to encrypt all communications between distributed processing jobs.Choose
Trueto encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.Returns union: either
BooleanorIResolvable- Specified by:
getEnableInterContainerTrafficEncryptionin interfaceCfnMonitoringSchedule.NetworkConfigProperty- See Also:
-
getEnableNetworkIsolation
Description copied from interface:CfnMonitoringSchedule.NetworkConfigPropertyWhether to allow inbound and outbound network calls to and from the containers used for the processing job.Returns union: either
BooleanorIResolvable- Specified by:
getEnableNetworkIsolationin interfaceCfnMonitoringSchedule.NetworkConfigProperty- See Also:
-
getVpcConfig
Description copied from interface:CfnMonitoringSchedule.NetworkConfigPropertySpecifies 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 .
Returns union: either
IResolvableorCfnMonitoringSchedule.VpcConfigProperty- Specified by:
getVpcConfigin interfaceCfnMonitoringSchedule.NetworkConfigProperty- See Also:
-
$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()
-