| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnResource.Builder |
CfnResource.Builder.create(software.constructs.Construct scope,
String id) |
CfnResource.Builder |
CfnResource.Builder.parentId(String parentId)
If you want to create a child resource, the ID of the parent resource.
|
CfnResource.Builder |
CfnResource.Builder.pathPart(String pathPart)
A path name for the resource.
|
CfnResource.Builder |
CfnResource.Builder.restApiId(String restApiId)
The ID of the [RestApi](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html) resource in which you want to create this resource.
|
Copyright © 2022. All rights reserved.