Show / Hide Table of Contents

Class CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty

An enablement expression source value.

Inheritance
object
CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty
Implements
CfnEvaluationFormPropsMixin.IEvaluationFormItemEnablementSourceValueProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Connect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty : CfnEvaluationFormPropsMixin.IEvaluationFormItemEnablementSourceValueProperty
Syntax (vb)
Public Class CfnEvaluationFormPropsMixin.EvaluationFormItemEnablementSourceValueProperty Implements CfnEvaluationFormPropsMixin.IEvaluationFormItemEnablementSourceValueProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementsourcevalue.html

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.CfnPropertyMixins.AWS.Connect;

             var evaluationFormItemEnablementSourceValueProperty = new EvaluationFormItemEnablementSourceValueProperty {
                 RefId = "refId",
                 Type = "type"
             };

Synopsis

Constructors

EvaluationFormItemEnablementSourceValueProperty()

An enablement expression source value.

Properties

RefId

A referenceId of the source value.

Type

A type of source item value.

Constructors

EvaluationFormItemEnablementSourceValueProperty()

An enablement expression source value.

public EvaluationFormItemEnablementSourceValueProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementsourcevalue.html

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.CfnPropertyMixins.AWS.Connect;

             var evaluationFormItemEnablementSourceValueProperty = new EvaluationFormItemEnablementSourceValueProperty {
                 RefId = "refId",
                 Type = "type"
             };

Properties

RefId

A referenceId of the source value.

public string? RefId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementsourcevalue.html#cfn-connect-evaluationform-evaluationformitemenablementsourcevalue-refid

Type

A type of source item value.

public string? Type { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformitemenablementsourcevalue.html#cfn-connect-evaluationform-evaluationformitemenablementsourcevalue-type

Implements

CfnEvaluationFormPropsMixin.IEvaluationFormItemEnablementSourceValueProperty
Back to top Generated by DocFX