Show / Hide Table of Contents

Class EventBusPolicyReference

A reference to a EventBusPolicy resource.

Inheritance
object
EventBusPolicyReference
Implements
IEventBusPolicyReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IEventBusPolicyReference
Back to top Generated by DocFX