aws-cdk-lib.aws_connect.CfnRule.ReferenceProperty

interface ReferenceProperty

LanguageType name
.NETAmazon.CDK.AWS.Connect.CfnRule.ReferenceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnRule_ReferenceProperty
Javasoftware.amazon.awscdk.services.connect.CfnRule.ReferenceProperty
Pythonaws_cdk.aws_connect.CfnRule.ReferenceProperty
TypeScript aws-cdk-lib » 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 { aws_connect as connect } from 'aws-cdk-lib';
const referenceProperty: connect.CfnRule.ReferenceProperty = {
  type: 'type',
  value: 'value',
};

Properties

NameTypeDescription
typestringThe type of the reference. DATE must be of type Epoch timestamp.
valuestringA 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).