@Generated(value="jsii-pacmak/0.12.1 (build 3ce4842)", date="2019-06-25T13:54:15.875Z") @Stability(value=Experimental) 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
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ArnComponents.Builder |
builder() |
String |
getAccount()
The ID of the AWS account that owns the resource, without the hyphens.
|
String |
getPartition()
The partition that the resource is in.
|
String |
getRegion()
The region the resource resides in.
|
String |
getResource()
Resource type (e.g.
|
String |
getResourceName()
Resource name or path within the resource (i.e.
|
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=Experimental) String getResource()
@Stability(value=Experimental) String getService()
@Stability(value=Experimental) String getAccount()
@Stability(value=Experimental) String getPartition()
@Stability(value=Experimental) String getRegion()
@Stability(value=Experimental) String getResourceName()
@Stability(value=Experimental) String getSep()
@Stability(value=Experimental) static ArnComponents.Builder builder()
ArnComponents.Builder of ArnComponentsCopyright © 2019. All rights reserved.