Class EventStreamEventBridgeConfiguration
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Configuration specific to an eventbridge destination.
[Serializable]
public record EventStreamEventBridgeConfiguration : IJsonOnDeserialized, IEquatable<EventStreamEventBridgeConfiguration>
- Inheritance
-
EventStreamEventBridgeConfiguration
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
AwsAccountId
AWS Account ID for EventBridge destination.
[JsonPropertyName("aws_account_id")]
public required string AwsAccountId { get; set; }
Property Value
AwsPartnerEventSource
AWS Partner Event Source for EventBridge destination.
[JsonPropertyName("aws_partner_event_source")]
public string? AwsPartnerEventSource { get; set; }
Property Value
AwsRegion
[JsonPropertyName("aws_region")]
public required EventStreamEventBridgeAwsRegionEnum AwsRegion { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.