@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.733Z") @Stability(value=Stable) public interface ArnComponents extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ArnComponents.Builder
A builder for
ArnComponents |
static class |
ArnComponents.Jsii$Proxy
An implementation for
ArnComponents |
| Modifier and Type | Method and Description |
|---|---|
static ArnComponents.Builder |
builder() |
default String |
getAccount()
The ID of the AWS account that owns the resource, without the hyphens.
|
default String |
getPartition()
The partition that the resource is in.
|
default String |
getRegion()
The region the resource resides in.
|
String |
getResource()
Resource type (e.g.
|
default String |
getResourceName()
Resource name or path within the resource (i.e.
|
default String |
getSep()
Separator between resource type and the resource.
|
String |
getService()
The service namespace that identifies the AWS product (for example, 's3', 'iam', 'codepipline').
|
@Stability(value=Stable) String getResource()
@Stability(value=Stable) String getService()
@Stability(value=Stable) default String getAccount()
@Stability(value=Stable) default String getPartition()
@Stability(value=Stable) default String getRegion()
@Stability(value=Stable) default String getResourceName()
@Stability(value=Stable) default String getSep()
@Stability(value=Stable) static ArnComponents.Builder builder()
ArnComponents.Builder of ArnComponentsCopyright © 2019. All rights reserved.