Show / Hide Table of Contents

Interface IApiDestination

Interface for API Destinations.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IApiDestinationRef.ApiDestinationRef
IEnvironmentAware.Env
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

string

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

string

Remarks

See: https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoneventbridge.html#amazoneventbridge-resources-for-iam-policies

Attribute: true

ApiDestinationName

The Name of the Api Destination created.

string ApiDestinationName { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX