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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnWorkteamProps
CfnWorkteamProps.Builder, CfnWorkteamProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnWorkteamProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkteamProps.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 String
A description of the work team.final Object
A list ofMemberDefinition
objects that contains objects that identify the workers that make up the work team.final Object
Configures SNS notifications of available or expiring work items for work teams.getTags()
An array of key-value pairs.final String
AWS::SageMaker::Workteam.WorkforceName
.final String
The name of the work team.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 theCfnWorkteamProps.Builder
.
-
-
Method Details
-
getDescription
Description copied from interface:CfnWorkteamProps
A description of the work team.- Specified by:
getDescription
in interfaceCfnWorkteamProps
-
getMemberDefinitions
Description copied from interface:CfnWorkteamProps
A list ofMemberDefinition
objects 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:
getMemberDefinitions
in interfaceCfnWorkteamProps
-
getNotificationConfiguration
Description copied from interface:CfnWorkteamProps
Configures SNS notifications of available or expiring work items for work teams.- Specified by:
getNotificationConfiguration
in interfaceCfnWorkteamProps
-
getTags
Description copied from interface:CfnWorkteamProps
An array of key-value pairs.- Specified by:
getTags
in interfaceCfnWorkteamProps
-
getWorkforceName
Description copied from interface:CfnWorkteamProps
AWS::SageMaker::Workteam.WorkforceName
.- Specified by:
getWorkforceName
in interfaceCfnWorkteamProps
-
getWorkteamName
Description copied from interface:CfnWorkteamProps
The name of the work team.- Specified by:
getWorkteamName
in interfaceCfnWorkteamProps
-
$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()
-