Class CfnWorkforceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnWorkforceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkforceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkforceProps
@Stability(Stable)
@Internal
public static final class CfnWorkforceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkforceProps
An implementation for
CfnWorkforceProps-
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.CfnWorkforceProps
CfnWorkforceProps.Builder, CfnWorkforceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnWorkforceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkforceProps.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 ObjectThe configuration of an Amazon Cognito workforce.final StringThe IP address type for the workforce.final ObjectThe configuration of an OIDC Identity Provider (IdP) private workforce.final ObjectA list of IP address ranges used to access your training data.getTags()An array of key-value pairs.final StringThe name of the private workforce.final ObjectThe VPC configuration for the workforce.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 theCfnWorkforceProps.Builder.
-
-
Method Details
-
getWorkforceName
Description copied from interface:CfnWorkforcePropsThe name of the private workforce.- Specified by:
getWorkforceNamein interfaceCfnWorkforceProps- See Also:
-
getCognitoConfig
Description copied from interface:CfnWorkforcePropsThe configuration of an Amazon Cognito workforce.A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.
Returns union: either
IResolvableorCfnWorkforce.CognitoConfigProperty- Specified by:
getCognitoConfigin interfaceCfnWorkforceProps- See Also:
-
getIpAddressType
Description copied from interface:CfnWorkforcePropsThe IP address type for the workforce.IPv4 only or dualstack (IPv4 and IPv6).
- Specified by:
getIpAddressTypein interfaceCfnWorkforceProps- See Also:
-
getOidcConfig
Description copied from interface:CfnWorkforcePropsThe configuration of an OIDC Identity Provider (IdP) private workforce.Returns union: either
IResolvableorCfnWorkforce.OidcConfigProperty- Specified by:
getOidcConfigin interfaceCfnWorkforceProps- See Also:
-
getSourceIpConfig
Description copied from interface:CfnWorkforcePropsA list of IP address ranges used to access your training data.Returns union: either
IResolvableorCfnWorkforce.SourceIpConfigProperty- Specified by:
getSourceIpConfigin interfaceCfnWorkforceProps- See Also:
-
getTags
Description copied from interface:CfnWorkforcePropsAn array of key-value pairs.- Specified by:
getTagsin interfaceCfnWorkforceProps- See Also:
-
getWorkforceVpcConfig
Description copied from interface:CfnWorkforcePropsThe VPC configuration for the workforce.Returns union: either
IResolvableorCfnWorkforce.WorkforceVpcConfigRequestProperty- Specified by:
getWorkforceVpcConfigin interfaceCfnWorkforceProps- 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()
-