Class CfnWorkteamMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnWorkteamMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkteamMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkteamMixinProps
@Stability(Stable)
@Internal
public static final class CfnWorkteamMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkteamMixinProps
An implementation for
CfnWorkteamMixinProps-
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.CfnWorkteamMixinProps
CfnWorkteamMixinProps.Builder, CfnWorkteamMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnWorkteamMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkteamMixinProps.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 StringThe name of the workforce.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 theCfnWorkteamMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnWorkteamMixinPropsA description of the work team.- Specified by:
getDescriptionin interfaceCfnWorkteamMixinProps- See Also:
-
getMemberDefinitions
Description copied from interface:CfnWorkteamMixinPropsA 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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnWorkteamPropsMixin.MemberDefinitionProperty>- Specified by:
getMemberDefinitionsin interfaceCfnWorkteamMixinProps- See Also:
-
getNotificationConfiguration
Description copied from interface:CfnWorkteamMixinPropsConfigures SNS notifications of available or expiring work items for work teams.Returns union: either
IResolvableorCfnWorkteamPropsMixin.NotificationConfigurationProperty- Specified by:
getNotificationConfigurationin interfaceCfnWorkteamMixinProps- See Also:
-
getTags
Description copied from interface:CfnWorkteamMixinPropsAn array of key-value pairs.- Specified by:
getTagsin interfaceCfnWorkteamMixinProps- See Also:
-
getWorkforceName
Description copied from interface:CfnWorkteamMixinPropsThe name of the workforce.- Specified by:
getWorkforceNamein interfaceCfnWorkteamMixinProps- See Also:
-
getWorkteamName
Description copied from interface:CfnWorkteamMixinPropsThe name of the work team.- Specified by:
getWorkteamNamein interfaceCfnWorkteamMixinProps- 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()
-