Interface ArnResource

A parsed ARN resource. Resources can consist of only an ID or a type, an ID and an optional qualifier: arn:partition:service:region:account-id:resource-id arn:partition:service:region:account-id:resource-type/resource-id arn:partition:service:region:account-id:resource-type:resource-id

Hierarchy

  • ArnResource

Properties

Properties

id: string
qualifier?: string
type?: string

Generated using TypeDoc