@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.881Z") @Stability(value=Experimental) 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()
(experimental) The full path of this resource.
|
String |
getResourceId()
(experimental) The ID of the resource.
|
IRestApi |
getRestApi()
(experimental) The rest API that this resource is part of.
|
@Stability(value=Experimental) @NotNull String getPath()
@Stability(value=Experimental) @NotNull String getResourceId()
@Stability(value=Experimental) @NotNull IRestApi getRestApi()
@Stability(value=Experimental) static ResourceAttributes.Builder builder()
ResourceAttributes.Builder of ResourceAttributesCopyright © 2021. All rights reserved.