stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > Scalars > ARN

AdminTypes.Scalars.ARN property

An Amazon Web Services Amazon Resource Name (ARN), including the Region and account ID. For more information, refer to [Amazon Resource Names](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html).

Signature:

ARN: {
        input: string;
        output: string;
    };