Class CfnQuickConnectPropsMixin
Specifies a quick connect for an Amazon Connect instance.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Connect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnQuickConnectPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnQuickConnectPropsMixin Inherits Mixin Implements IMixin
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-quickconnect.html
CloudformationResource: AWS::Connect::QuickConnect
Mixin: true
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;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnQuickConnectPropsMixin = new CfnQuickConnectPropsMixin(new CfnQuickConnectMixinProps {
Description = "description",
InstanceArn = "instanceArn",
Name = "name",
QuickConnectConfig = new QuickConnectConfigProperty {
PhoneConfig = new PhoneNumberQuickConnectConfigProperty {
PhoneNumber = "phoneNumber"
},
QueueConfig = new QueueQuickConnectConfigProperty {
ContactFlowArn = "contactFlowArn",
QueueArn = "queueArn"
},
QuickConnectType = "quickConnectType",
UserConfig = new UserQuickConnectConfigProperty {
ContactFlowArn = "contactFlowArn",
UserArn = "userArn"
}
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnQuickConnectPropsMixin(ICfnQuickConnectMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | Specifies a quick connect for an Amazon Connect instance. |
| Props | Specifies a quick connect for an Amazon Connect instance. |
| Strategy | Specifies a quick connect for an Amazon Connect instance. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnQuickConnectPropsMixin(ICfnQuickConnectMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::Connect::QuickConnect.
public CfnQuickConnectPropsMixin(ICfnQuickConnectMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnQuickConnectMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-quickconnect.html
CloudformationResource: AWS::Connect::QuickConnect
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
Specifies a quick connect for an Amazon Connect instance.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-quickconnect.html
CloudformationResource: AWS::Connect::QuickConnect
Mixin: true
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;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnQuickConnectPropsMixin = new CfnQuickConnectPropsMixin(new CfnQuickConnectMixinProps {
Description = "description",
InstanceArn = "instanceArn",
Name = "name",
QuickConnectConfig = new QuickConnectConfigProperty {
PhoneConfig = new PhoneNumberQuickConnectConfigProperty {
PhoneNumber = "phoneNumber"
},
QueueConfig = new QueueQuickConnectConfigProperty {
ContactFlowArn = "contactFlowArn",
QueueArn = "queueArn"
},
QuickConnectType = "quickConnectType",
UserConfig = new UserQuickConnectConfigProperty {
ContactFlowArn = "contactFlowArn",
UserArn = "userArn"
}
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
Specifies a quick connect for an Amazon Connect instance.
protected virtual ICfnQuickConnectMixinProps Props { get; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-quickconnect.html
CloudformationResource: AWS::Connect::QuickConnect
Mixin: true
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;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnQuickConnectPropsMixin = new CfnQuickConnectPropsMixin(new CfnQuickConnectMixinProps {
Description = "description",
InstanceArn = "instanceArn",
Name = "name",
QuickConnectConfig = new QuickConnectConfigProperty {
PhoneConfig = new PhoneNumberQuickConnectConfigProperty {
PhoneNumber = "phoneNumber"
},
QueueConfig = new QueueQuickConnectConfigProperty {
ContactFlowArn = "contactFlowArn",
QueueArn = "queueArn"
},
QuickConnectType = "quickConnectType",
UserConfig = new UserQuickConnectConfigProperty {
ContactFlowArn = "contactFlowArn",
UserArn = "userArn"
}
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
Specifies a quick connect for an Amazon Connect instance.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-quickconnect.html
CloudformationResource: AWS::Connect::QuickConnect
Mixin: true
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;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnQuickConnectPropsMixin = new CfnQuickConnectPropsMixin(new CfnQuickConnectMixinProps {
Description = "description",
InstanceArn = "instanceArn",
Name = "name",
QuickConnectConfig = new QuickConnectConfigProperty {
PhoneConfig = new PhoneNumberQuickConnectConfigProperty {
PhoneNumber = "phoneNumber"
},
QueueConfig = new QueueQuickConnectConfigProperty {
ContactFlowArn = "contactFlowArn",
QueueArn = "queueArn"
},
QuickConnectType = "quickConnectType",
UserConfig = new UserQuickConnectConfigProperty {
ContactFlowArn = "contactFlowArn",
UserArn = "userArn"
}
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-quickconnect.html
CloudformationResource: AWS::Connect::QuickConnect
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-quickconnect.html
CloudformationResource: AWS::Connect::QuickConnect
Mixin: true
ExampleMetadata: fixture=_generated