@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T17:53:10.949Z") @Stability(value=Stable) public interface ResourceAttributes extends software.amazon.jsii.JsiiSerializable
| 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() |
String |
getPath()
The full path of this resource.
|
String |
getResourceId()
The ID of the resource.
|
IRestApi |
getRestApi()
The rest API that this resource is part of.
|
@Stability(value=Stable) @NotNull String getPath()
@Stability(value=Stable) @NotNull String getResourceId()
@Stability(value=Stable) @NotNull IRestApi getRestApi()
@Stability(value=Stable) static ResourceAttributes.Builder builder()
ResourceAttributes.Builder of ResourceAttributesCopyright © 2021. All rights reserved.