Class EventBusPolicyReference
A reference to a EventBusPolicy resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EventBusPolicyReference : IEventBusPolicyReference
Syntax (vb)
Public Class EventBusPolicyReference Implements IEventBusPolicyReference
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.AWS.Events;
var eventBusPolicyReference = new EventBusPolicyReference {
EventBusPolicyId = "eventBusPolicyId"
};
Synopsis
Constructors
EventBusPolicyReference() | A reference to a EventBusPolicy resource. |
Properties
EventBusPolicyId | The Id of the EventBusPolicy resource. |
Constructors
EventBusPolicyReference()
A reference to a EventBusPolicy resource.
public EventBusPolicyReference()
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.AWS.Events;
var eventBusPolicyReference = new EventBusPolicyReference {
EventBusPolicyId = "eventBusPolicyId"
};
Properties
EventBusPolicyId
The Id of the EventBusPolicy resource.
public string EventBusPolicyId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated