interface ReferenceProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Connect.CfnRule.ReferenceProperty |
Java | software.amazon.awscdk.services.connect.CfnRule.ReferenceProperty |
Python | aws_cdk.aws_connect.CfnRule.ReferenceProperty |
TypeScript | @aws-cdk/aws-connect » CfnRule » ReferenceProperty |
Information about the reference when the referenceType
is URL
.
Otherwise, null. (Supports variable injection in the Value
field.)
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as connect from '@aws-cdk/aws-connect';
const referenceProperty: connect.CfnRule.ReferenceProperty = {
type: 'type',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
type | string | The type of the reference. DATE must be of type Epoch timestamp. |
value | string | A valid value for the reference. |
type
Type:
string
The type of the reference. DATE
must be of type Epoch timestamp.
Allowed values : URL
| ATTACHMENT
| NUMBER
| STRING
| DATE
| EMAIL
value
Type:
string
A valid value for the reference.
For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).