@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:47.980Z") @Stability(value=Stable) public class CfnWorkteam extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnWorkteam.Builder
A fluent builder for
CfnWorkteam. |
static interface |
CfnWorkteam.CognitoMemberDefinitionProperty |
static interface |
CfnWorkteam.MemberDefinitionProperty |
static interface |
CfnWorkteam.NotificationConfigurationProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnWorkteam(software.constructs.Construct scope,
String id)
Create a new `AWS::SageMaker::Workteam`.
|
|
CfnWorkteam(software.constructs.Construct scope,
String id,
CfnWorkteamProps props)
Create a new `AWS::SageMaker::Workteam`.
|
protected |
CfnWorkteam(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnWorkteam(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrWorkteamName() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::SageMaker::Workteam.Description`.
|
Object |
getMemberDefinitions()
`AWS::SageMaker::Workteam.MemberDefinitions`.
|
Object |
getNotificationConfiguration()
`AWS::SageMaker::Workteam.NotificationConfiguration`.
|
TagManager |
getTags()
`AWS::SageMaker::Workteam.Tags`.
|
String |
getWorkteamName()
`AWS::SageMaker::Workteam.WorkteamName`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDescription(String value)
`AWS::SageMaker::Workteam.Description`.
|
void |
setMemberDefinitions(IResolvable value)
`AWS::SageMaker::Workteam.MemberDefinitions`.
|
void |
setMemberDefinitions(List<Object> value)
`AWS::SageMaker::Workteam.MemberDefinitions`.
|
void |
setNotificationConfiguration(CfnWorkteam.NotificationConfigurationProperty value)
`AWS::SageMaker::Workteam.NotificationConfiguration`.
|
void |
setNotificationConfiguration(IResolvable value)
`AWS::SageMaker::Workteam.NotificationConfiguration`.
|
void |
setWorkteamName(String value)
`AWS::SageMaker::Workteam.WorkteamName`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnWorkteam(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnWorkteam(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnWorkteam(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnWorkteamProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties.@Stability(value=Stable)
public CfnWorkteam(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrWorkteamName()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getMemberDefinitions()
@Stability(value=Stable)
public void setMemberDefinitions(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setMemberDefinitions(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Object getNotificationConfiguration()
@Stability(value=Stable)
public void setNotificationConfiguration(@Nullable
CfnWorkteam.NotificationConfigurationProperty value)
@Stability(value=Stable)
public void setNotificationConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getWorkteamName()
@Stability(value=Stable)
public void setWorkteamName(@Nullable
String value)
Copyright © 2021. All rights reserved.