public static final class CfnWorkteamProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWorkteamProps
CfnWorkteamProps
CfnWorkteamProps.Builder, CfnWorkteamProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription()
A description of the work team.
|
java.lang.Object |
getMemberDefinitions()
A list of `MemberDefinition` objects that contains objects that identify the workers that make up the work team.
|
java.lang.Object |
getNotificationConfiguration()
Configures SNS notifications of available or expiring work items for work teams.
|
java.util.List<CfnTag> |
getTags()
An array of key-value pairs.
|
java.lang.String |
getWorkforceName()
`AWS::SageMaker::Workteam.WorkforceName`.
|
java.lang.String |
getWorkteamName()
The name of the work team.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDescription()
CfnWorkteamProps
getDescription
in interface CfnWorkteamProps
public final java.lang.Object getMemberDefinitions()
CfnWorkteamProps
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) use OidcMemberDefinition
.
getMemberDefinitions
in interface CfnWorkteamProps
public final java.lang.Object getNotificationConfiguration()
CfnWorkteamProps
getNotificationConfiguration
in interface CfnWorkteamProps
public final java.util.List<CfnTag> getTags()
CfnWorkteamProps
getTags
in interface CfnWorkteamProps
public final java.lang.String getWorkforceName()
CfnWorkteamProps
getWorkforceName
in interface CfnWorkteamProps
public final java.lang.String getWorkteamName()
CfnWorkteamProps
getWorkteamName
in interface CfnWorkteamProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()