Package-level declarations
Types
Link copied to clipboard
data class ApplicationApiGatewayProxyInput(val endpointType: ApplicationApiGatewayEndpointType? = null, val stageName: String? = null)
Link copied to clipboard
data class GetApplicationResult(val apiGatewayId: String? = null, val applicationIdentifier: String? = null, val arn: String? = null, val nlbArn: String? = null, val nlbName: String? = null, val proxyUrl: String? = null, val stageName: String? = null, val tags: List<Tag>? = null, val vpcLinkId: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetServiceResult(val arn: String? = null, val serviceIdentifier: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard
Link copied to clipboard
data class RouteUriPathRouteInput(val activationState: RouteActivationState, val appendSourcePath: Boolean? = null, val includeChildPaths: Boolean? = null, val methods: List<RouteMethod>? = null, val sourcePath: String? = null)
Link copied to clipboard
Link copied to clipboard