Interface IApiDestination
Interface for API Destinations.
Inherited Members
Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IApiDestination : IResource, IApiDestinationRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IApiDestination Inherits IResource, IApiDestinationRef, IConstruct, IDependable, IEnvironmentAware
Synopsis
Properties
| ApiDestinationArn | The ARN of the Api Destination created. |
| ApiDestinationArnForPolicy | The Amazon Resource Name (ARN) of an API destination in resource format, so it can be used in the Resource element of IAM permission policy statements. |
| ApiDestinationName | The Name of the Api Destination created. |
Properties
ApiDestinationArn
The ARN of the Api Destination created.
string ApiDestinationArn { get; }
Property Value
Remarks
Attribute: true
ApiDestinationArnForPolicy
The Amazon Resource Name (ARN) of an API destination in resource format, so it can be used in the Resource element of IAM permission policy statements.
string? ApiDestinationArnForPolicy { get; }
Property Value
Remarks
ApiDestinationName
The Name of the Api Destination created.
string ApiDestinationName { get; }
Property Value
Remarks
Attribute: true