Skip to content

Data Source: awsConnectPrompt

Provides details about a specific Amazon Connect Prompt.

Example Usage

By name

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsConnectPrompt.DataAwsConnectPrompt(this, "example", {
  instanceId: "aaaaaaaa-bbbb-cccc-dddd-111111111111",
  name: "Beep.wav",
});

Argument Reference

The following arguments are supported:

  • instanceId - (Required) Reference to the hosting Amazon Connect Instance
  • name - (Required) Returns information on a specific Prompt by name

Attributes Reference

In addition to all of the arguments above, the following attributes are exported:

  • arn - ARN of the Prompt.
  • promptId - Identifier for the prompt.