Interface | Description |
---|---|
ArnConverter<T extends AwsResource> |
An interface for converting an AWS ARN into a service specific
AwsResource . |
AwsResource |
An abstract representation of an AWS Resource.
|
Class | Description |
---|---|
Arn |
The ARNs generated and recognized by this code are the ARNs described here:
https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
Arn.Builder | |
ArnResource |
An additional model within
Arn that provides the Resource Type, Resource, and
Resource Qualifier of an AWS ARN when those values are present and correctly formatted
within an ARN. |
ArnResource.Builder |
Copyright © 2023. All rights reserved.