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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnProcessingJob.NetworkConfigProperty
CfnProcessingJob.NetworkConfigProperty.Builder, CfnProcessingJob.NetworkConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProcessingJob.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 an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources 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 theCfnProcessingJob.NetworkConfigProperty.Builder.
-
-
Method Details
-
getEnableInterContainerTrafficEncryption
Description copied from interface:CfnProcessingJob.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 interfaceCfnProcessingJob.NetworkConfigProperty- See Also:
-
getEnableNetworkIsolation
Description copied from interface:CfnProcessingJob.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 interfaceCfnProcessingJob.NetworkConfigProperty- See Also:
-
getVpcConfig
Description copied from interface:CfnProcessingJob.NetworkConfigPropertySpecifies 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 .
Returns union: either
IResolvableorCfnProcessingJob.VpcConfigProperty- Specified by:
getVpcConfigin interfaceCfnProcessingJob.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()
-