Table of Contents

Class LogStreamEventBridgeSink

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record LogStreamEventBridgeSink : IJsonOnDeserialized, IEquatable<LogStreamEventBridgeSink>
Inheritance
LogStreamEventBridgeSink
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

AwsAccountId

AWS account ID

[JsonPropertyName("awsAccountId")]
public required string AwsAccountId { get; set; }

Property Value

string

AwsPartnerEventSource

AWS EventBridge partner event source

[JsonPropertyName("awsPartnerEventSource")]
public string? AwsPartnerEventSource { get; set; }

Property Value

string

AwsRegion

[JsonPropertyName("awsRegion")]
public required LogStreamEventBridgeSinkRegionEnum AwsRegion { get; set; }

Property Value

LogStreamEventBridgeSinkRegionEnum

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.