Class CfnProcessingJob.NetworkConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnProcessingJob.NetworkConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProcessingJob.NetworkConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProcessingJob.NetworkConfigProperty
@Stability(Stable)
@Internal
public static final class CfnProcessingJob.NetworkConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProcessingJob.NetworkConfigProperty
An implementation for
CfnProcessingJob.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.CfnProcessingJob.NetworkConfigProperty
CfnProcessingJob.NetworkConfigProperty.Builder, CfnProcessingJob.NetworkConfigProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnProcessingJob.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 an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources 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 theCfnProcessingJob.NetworkConfigProperty.Builder
.
-
-
Method Details
-
getEnableInterContainerTrafficEncryption
Description copied from interface:CfnProcessingJob.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 interfaceCfnProcessingJob.NetworkConfigProperty
- See Also:
-
getEnableNetworkIsolation
Description copied from interface:CfnProcessingJob.NetworkConfigProperty
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.- Specified by:
getEnableNetworkIsolation
in interfaceCfnProcessingJob.NetworkConfigProperty
- See Also:
-
getVpcConfig
Description copied from interface:CfnProcessingJob.NetworkConfigProperty
Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to.You can control access to and from your resources by configuring a VPC. For more information, see Give SageMaker Access to Resources in your Amazon VPC .
- Specified by:
getVpcConfig
in interfaceCfnProcessingJob.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()
-