@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-02-09T02:14:36.505Z")
public interface ResourceAttributes
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.apigateway.*; RestApi restApi; ResourceAttributes resourceAttributes = ResourceAttributes.builder() .path("path") .resourceId("resourceId") .restApi(restApi) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
ResourceAttributes.Builder
A builder for
ResourceAttributes |
static class |
ResourceAttributes.Jsii$Proxy
An implementation for
ResourceAttributes |
Modifier and Type | Method and Description |
---|---|
static ResourceAttributes.Builder |
builder() |
java.lang.String |
getPath()
The full path of this resource.
|
java.lang.String |
getResourceId()
The ID of the resource.
|
IRestApi |
getRestApi()
The rest API that this resource is part of.
|
java.lang.String getPath()
java.lang.String getResourceId()
IRestApi getRestApi()
static ResourceAttributes.Builder builder()
ResourceAttributes.Builder
of ResourceAttributes