Class CfnContactFlowProps
Properties for defining a CfnContactFlow
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnContactFlowProps : Object, ICfnContactFlowProps
Syntax (vb)
Public Class CfnContactFlowProps
Inherits Object
Implements ICfnContactFlowProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-contactflow.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.AWS.Connect;
var cfnContactFlowProps = new CfnContactFlowProps {
Content = "content",
InstanceArn = "instanceArn",
Name = "name",
Type = "type",
// the properties below are optional
Description = "description",
State = "state",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
Cfn |
Properties
Content | The content of the flow. |
Description | The description of the flow. |
Instance |
The Amazon Resource Name (ARN) of the Amazon Connect instance. |
Name | The name of the flow. |
State | The state of the flow. |
Tags | An array of key-value pairs to apply to this resource. |
Type | The type of the flow. |
Constructors
CfnContactFlowProps()
public CfnContactFlowProps()
Properties
Content
The content of the flow.
public string Content { get; set; }
Property Value
System.
Remarks
For more information, see Amazon Connect Flow language in the Amazon Connect Administrator Guide .
Description
The description of the flow.
public string Description { get; set; }
Property Value
System.
Remarks
InstanceArn
The Amazon Resource Name (ARN) of the Amazon Connect instance.
public string InstanceArn { get; set; }
Property Value
System.
Remarks
Name
The name of the flow.
public string Name { get; set; }
Property Value
System.
Remarks
State
The state of the flow.
public string State { get; set; }
Property Value
System.
Remarks
Tags
An array of key-value pairs to apply to this resource.
public ICfnTag[] Tags { get; set; }
Property Value
ICfn
Remarks
For more information, see Tag .
Type
The type of the flow.
public string Type { get; set; }
Property Value
System.
Remarks
For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide .