Class ApiDestination
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Contains details about an API destination.
public class ApiDestination
- Inheritance
-
ApiDestination
- Inherited Members
Constructors
ApiDestination()
public ApiDestination()
Properties
ApiDestinationArn
Gets and sets the property ApiDestinationArn.
The ARN of the API destination.
public string ApiDestinationArn { get; set; }
Property Value
ApiDestinationState
Gets and sets the property ApiDestinationState.
The state of the API destination.
public ApiDestinationState ApiDestinationState { get; set; }
Property Value
ConnectionArn
Gets and sets the property ConnectionArn.
The ARN of the connection specified for the API destination.
public string ConnectionArn { get; set; }
Property Value
CreationTime
Gets and sets the property CreationTime.
A time stamp for the time that the API destination was created.
public DateTime CreationTime { get; set; }
Property Value
HttpMethod
Gets and sets the property HttpMethod.
The method to use to connect to the HTTP endpoint.
public ApiDestinationHttpMethod HttpMethod { get; set; }
Property Value
InvocationEndpoint
Gets and sets the property InvocationEndpoint.
The URL to the endpoint for the API destination.
public string InvocationEndpoint { get; set; }
Property Value
InvocationRateLimitPerSecond
Gets and sets the property InvocationRateLimitPerSecond.
The maximum number of invocations per second to send to the HTTP endpoint.
public int InvocationRateLimitPerSecond { get; set; }
Property Value
LastModifiedTime
Gets and sets the property LastModifiedTime.
A time stamp for the time that the API destination was last modified.
public DateTime LastModifiedTime { get; set; }
Property Value
Name
Gets and sets the property Name.
The name of the API destination.
public string Name { get; set; }