Class CfnEventBridgeRuleTemplatePropsMixin.EventBridgeRuleTemplateTargetProperty
The target to which to send matching events.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnEventBridgeRuleTemplatePropsMixin.EventBridgeRuleTemplateTargetProperty : CfnEventBridgeRuleTemplatePropsMixin.IEventBridgeRuleTemplateTargetProperty
Syntax (vb)
Public Class CfnEventBridgeRuleTemplatePropsMixin.EventBridgeRuleTemplateTargetProperty Implements CfnEventBridgeRuleTemplatePropsMixin.IEventBridgeRuleTemplateTargetProperty
Remarks
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.Mixins.Preview.AWS.MediaLive.Mixins;
var eventBridgeRuleTemplateTargetProperty = new EventBridgeRuleTemplateTargetProperty {
Arn = "arn"
};
Synopsis
Constructors
| EventBridgeRuleTemplateTargetProperty() | The target to which to send matching events. |
Properties
| Arn | Target ARNs must be either an SNS topic or CloudWatch log group. |
Constructors
EventBridgeRuleTemplateTargetProperty()
The target to which to send matching events.
public EventBridgeRuleTemplateTargetProperty()
Remarks
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.Mixins.Preview.AWS.MediaLive.Mixins;
var eventBridgeRuleTemplateTargetProperty = new EventBridgeRuleTemplateTargetProperty {
Arn = "arn"
};
Properties
Arn
Target ARNs must be either an SNS topic or CloudWatch log group.
public string? Arn { get; set; }