@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.733Z") @Stability(value=Stable) public class Arn extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
Arn(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Arn(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static String |
format(ArnComponents components,
Stack stack)
Creates an ARN from components.
|
static ArnComponents |
parse(String arn)
Given an ARN, parses it and returns components.
|
static ArnComponents |
parse(String arn,
String sepIfToken)
Given an ARN, parses it and returns components.
|
static ArnComponents |
parse(String arn,
String sepIfToken,
Boolean hasName)
Given an ARN, parses it and returns components.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected Arn(software.amazon.jsii.JsiiObjectRef objRef)
protected Arn(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public static String format(ArnComponents components, Stack stack)
components - This parameter is required.stack - This parameter is required.@Stability(value=Stable) public static ArnComponents parse(String arn, String sepIfToken, Boolean hasName)
arn - The ARN to parse. This parameter is required.sepIfToken - The separator used to separate resource from resourceName.hasName - Whether there is a name component in the ARN at all.@Stability(value=Stable) public static ArnComponents parse(String arn, String sepIfToken)
arn - The ARN to parse. This parameter is required.sepIfToken - The separator used to separate resource from resourceName.@Stability(value=Stable) public static ArnComponents parse(String arn)
arn - The ARN to parse. This parameter is required.Copyright © 2019. All rights reserved.