Interface IApiDestination
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IApiDestination.Jsii$Default
- All Known Implementing Classes:
ApiDestination,IApiDestination.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:40.248Z")
@Stability(Stable)
public interface IApiDestination
extends software.amazon.jsii.JsiiSerializable, IResource
Interface for API Destinations.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIApiDestination.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the Api Destination created.default StringThe 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.The Name of the Api Destination created.Methods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApiDestinationArn
The ARN of the Api Destination created. -
getApiDestinationName
The Name of the Api Destination created. -
getApiDestinationArnForPolicy
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.- See Also:
-