| Modifier and Type | Method and Description |
|---|---|
default ArnFormat |
ArnComponents.getArnFormat()
The specific ARN format to use for this ARN value.
|
ArnFormat |
ArnComponents.Jsii$Proxy.getArnFormat() |
static ArnFormat |
ArnFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArnFormat[] |
ArnFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ArnComponents.Builder |
ArnComponents.Builder.arnFormat(ArnFormat arnFormat)
Sets the value of
ArnComponents.getArnFormat() |
static ArnComponents |
Arn.split(String arn,
ArnFormat arnFormat)
Splits the provided ARN into its components.
|
ArnComponents |
Stack.splitArn(String arn,
ArnFormat arnFormat)
Splits the provided ARN into its components.
|
| Constructor and Description |
|---|
Jsii$Proxy(String resource,
String service,
String account,
ArnFormat arnFormat,
String partition,
String region,
String resourceName,
String sep)
Constructor that initializes the object based on literal property values passed by the
ArnComponents.Builder. |
Copyright © 2021. All rights reserved.