interface DestinationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Events.CfnReplay.DestinationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsevents#CfnReplay_DestinationProperty |
Java | software.amazon.awscdk.services.events.CfnReplay.DestinationProperty |
Python | aws_cdk.aws_events.CfnReplay.DestinationProperty |
TypeScript | aws-cdk-lib » aws_events » CfnReplay » DestinationProperty |
A ReplayDestination object that includes details about the destination for the replay.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_events as events } from 'aws-cdk-lib';
const destinationProperty: events.CfnReplay.DestinationProperty = {
arn: 'arn',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn | string | The ARN of the event bus to replay events to. |
arn
Type:
string
The ARN of the event bus to replay events to.

.NET
Go
Java
Python
TypeScript