Show / Hide Table of Contents

Class CfnHumanTaskUi

Resource Type definition for AWS::SageMaker::HumanTaskUi.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnHumanTaskUi
Implements
IInspectable
IHumanTaskUiRef
IConstruct
IDependable
IEnvironmentAware
ITaggableV2
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.AddResourceDependency(CfnResource, string)
CfnResource.ApplyCrossStackReferenceStrength(ReferenceStrength)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.CfnPropertyName(string)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.RemoveResourceDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.With(params IMixin[])
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnHumanTaskUi : CfnResource, IInspectable, IHumanTaskUiRef, IConstruct, IDependable, IEnvironmentAware, ITaggableV2
Syntax (vb)
Public Class CfnHumanTaskUi Inherits CfnResource Implements IInspectable, IHumanTaskUiRef, IConstruct, IDependable, IEnvironmentAware, ITaggableV2
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-humantaskui.html

CloudformationResource: AWS::SageMaker::HumanTaskUi

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Sagemaker;

             var cfnHumanTaskUi = new CfnHumanTaskUi(this, "MyCfnHumanTaskUi", new CfnHumanTaskUiProps {
                 HumanTaskUiName = "humanTaskUiName",

                 // the properties below are optional
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 UiTemplate = new UiTemplateProperty {
                     Content = "content"
                 }
             });

Synopsis

Constructors

CfnHumanTaskUi(Construct, string, ICfnHumanTaskUiProps)

Create a new AWS::SageMaker::HumanTaskUi.

Properties

AttrCreationTime

The timestamp when the human task user interface was created.

AttrHumanTaskUiArn

The Amazon Resource Name (ARN) of the human task user interface.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CdkTagManager

Tag Manager which manages the tags for this resource.

CfnProperties

Resource Type definition for AWS::SageMaker::HumanTaskUi.

CfnPropertyNames

Resource Type definition for AWS::SageMaker::HumanTaskUi.

HumanTaskUiName

The name of the human task user interface.

HumanTaskUiRef

A reference to a HumanTaskUi resource.

Tags

An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.

UiTemplate

The Liquid template for the worker user interface.

Methods

ArnForHumanTaskUi(IHumanTaskUiRef)

Resource Type definition for AWS::SageMaker::HumanTaskUi.

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

IsCfnHumanTaskUi(object)

Checks whether the given object is a CfnHumanTaskUi.

RenderProperties(IDictionary<string, object>)

Resource Type definition for AWS::SageMaker::HumanTaskUi.

Constructors

CfnHumanTaskUi(Construct, string, ICfnHumanTaskUiProps)

Create a new AWS::SageMaker::HumanTaskUi.

public CfnHumanTaskUi(Construct scope, string id, ICfnHumanTaskUiProps props)
Parameters
scope Construct

Scope in which this resource is defined.

id string

Construct identifier for this resource (unique in its scope).

props ICfnHumanTaskUiProps

Resource properties.

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-humantaskui.html

CloudformationResource: AWS::SageMaker::HumanTaskUi

ExampleMetadata: fixture=_generated

Properties

AttrCreationTime

The timestamp when the human task user interface was created.

public virtual string AttrCreationTime { get; }
Property Value

string

Remarks

CloudformationAttribute: CreationTime

AttrHumanTaskUiArn

The Amazon Resource Name (ARN) of the human task user interface.

public virtual string AttrHumanTaskUiArn { get; }
Property Value

string

Remarks

CloudformationAttribute: HumanTaskUiArn

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-humantaskui.html

CloudformationResource: AWS::SageMaker::HumanTaskUi

ExampleMetadata: fixture=_generated

CdkTagManager

Tag Manager which manages the tags for this resource.

public virtual TagManager CdkTagManager { get; }
Property Value

TagManager

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-humantaskui.html

CloudformationResource: AWS::SageMaker::HumanTaskUi

ExampleMetadata: fixture=_generated

CfnProperties

Resource Type definition for AWS::SageMaker::HumanTaskUi.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-humantaskui.html

CloudformationResource: AWS::SageMaker::HumanTaskUi

ExampleMetadata: fixture=_generated

CfnPropertyNames

Resource Type definition for AWS::SageMaker::HumanTaskUi.

protected override IDictionary<string, string> CfnPropertyNames { get; }
Property Value

IDictionary<string, string>

Overrides
CfnResource.CfnPropertyNames
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-humantaskui.html

CloudformationResource: AWS::SageMaker::HumanTaskUi

ExampleMetadata: fixture=_generated

HumanTaskUiName

The name of the human task user interface.

public virtual string HumanTaskUiName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-humantaskui.html

CloudformationResource: AWS::SageMaker::HumanTaskUi

ExampleMetadata: fixture=_generated

HumanTaskUiRef

A reference to a HumanTaskUi resource.

public virtual IHumanTaskUiReference HumanTaskUiRef { get; }
Property Value

IHumanTaskUiReference

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-humantaskui.html

CloudformationResource: AWS::SageMaker::HumanTaskUi

ExampleMetadata: fixture=_generated

Tags

An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.

public virtual ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-humantaskui.html

CloudformationResource: AWS::SageMaker::HumanTaskUi

ExampleMetadata: fixture=_generated

UiTemplate

The Liquid template for the worker user interface.

public virtual object? UiTemplate { get; set; }
Property Value

object

Remarks

Type union: either IResolvable or CfnHumanTaskUi.IUiTemplateProperty

Methods

ArnForHumanTaskUi(IHumanTaskUiRef)

Resource Type definition for AWS::SageMaker::HumanTaskUi.

public static string ArnForHumanTaskUi(IHumanTaskUiRef resource)
Parameters
resource IHumanTaskUiRef
Returns

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-humantaskui.html

CloudformationResource: AWS::SageMaker::HumanTaskUi

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Sagemaker;

             var cfnHumanTaskUi = new CfnHumanTaskUi(this, "MyCfnHumanTaskUi", new CfnHumanTaskUiProps {
                 HumanTaskUiName = "humanTaskUiName",

                 // the properties below are optional
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 UiTemplate = new UiTemplateProperty {
                     Content = "content"
                 }
             });

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector

tree inspector to collect and process attributes.

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-humantaskui.html

CloudformationResource: AWS::SageMaker::HumanTaskUi

ExampleMetadata: fixture=_generated

IsCfnHumanTaskUi(object)

Checks whether the given object is a CfnHumanTaskUi.

public static bool IsCfnHumanTaskUi(object x)
Parameters
x object
Returns

bool

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-humantaskui.html

CloudformationResource: AWS::SageMaker::HumanTaskUi

ExampleMetadata: fixture=_generated

RenderProperties(IDictionary<string, object>)

Resource Type definition for AWS::SageMaker::HumanTaskUi.

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props IDictionary<string, object>
Returns

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-humantaskui.html

CloudformationResource: AWS::SageMaker::HumanTaskUi

ExampleMetadata: fixture=_generated

Implements

IInspectable
IHumanTaskUiRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
ITaggableV2
Back to top Generated by DocFX