Class CfnWorkteamProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnWorkteamProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkteamProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnWorkteamProps
@Stability(Stable)
@Internal
public static final class CfnWorkteamProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkteamProps
An implementation for
CfnWorkteamProps-
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.CfnWorkteamProps
CfnWorkteamProps.Builder, CfnWorkteamProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnWorkteamProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkteamProps.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 StringA description of the work team.final ObjectA list ofMemberDefinitionobjects that contains objects that identify the workers that make up the work team.final ObjectConfigures SNS notifications of available or expiring work items for work teams.getTags()An array of key-value pairs.final StringAWS::SageMaker::Workteam.WorkforceName.final StringThe name of the work team.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 theCfnWorkteamProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnWorkteamPropsA description of the work team.- Specified by:
getDescriptionin interfaceCfnWorkteamProps
-
getMemberDefinitions
Description copied from interface:CfnWorkteamPropsA list ofMemberDefinitionobjects that contains objects that identify the workers that make up the work team.Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use
CognitoMemberDefinition. For workforces created using your own OIDC identity provider (IdP) useOidcMemberDefinition.- Specified by:
getMemberDefinitionsin interfaceCfnWorkteamProps
-
getNotificationConfiguration
Description copied from interface:CfnWorkteamPropsConfigures SNS notifications of available or expiring work items for work teams.- Specified by:
getNotificationConfigurationin interfaceCfnWorkteamProps
-
getTags
Description copied from interface:CfnWorkteamPropsAn array of key-value pairs.- Specified by:
getTagsin interfaceCfnWorkteamProps
-
getWorkforceName
Description copied from interface:CfnWorkteamPropsAWS::SageMaker::Workteam.WorkforceName.- Specified by:
getWorkforceNamein interfaceCfnWorkteamProps
-
getWorkteamName
Description copied from interface:CfnWorkteamPropsThe name of the work team.- Specified by:
getWorkteamNamein interfaceCfnWorkteamProps
-
$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()
-