| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| 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.
|
Copyright © 2022. All rights reserved.