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