diff --git a/docs/content/guides/author-apps/aws/overview/index.md b/docs/content/guides/author-apps/aws/overview/index.md index 8def25deb..bb9af52c9 100644 --- a/docs/content/guides/author-apps/aws/overview/index.md +++ b/docs/content/guides/author-apps/aws/overview/index.md @@ -16,11 +16,6 @@ Radius uses the [AWS Cloud Control API](https://docs.aws.amazon.com/cloudcontrol The AWS provider allows you to deploy and connect to AWS resources from a Radius environment on an EKS cluster. To configure an AWS provider, you can follow the documentation [here]({{< ref "/guides/operations/providers/howto-aws-provider" >}}). -## Resource library - -{{< button text="AWS resource library" link="https://github.com/radius-project/bicep-types-aws/blob/main/artifacts/bicep/index.md" newtab="true" >}} -> *If you don't have access to the Bicep-types-aws github repo, please visit https://aka.ms/ProjectRadius/GitHubAccess to request access to the Radius GitHub organization.* - ## Example {{< tabs Bicep >}} @@ -31,4 +26,8 @@ In the following example, a [Container]({{< ref "guides/author-apps/containers" {{< rad file="snippets/aws.bicep" embed=true >}} {{% /codetab %}} -{{< /tabs >}} \ No newline at end of file +{{< /tabs >}} + +## Resource library + +{{< button text="AWS resource library" link="/reference/resource-schema/aws" newtab="true" >}} \ No newline at end of file diff --git a/docs/content/reference/resource-schema/aws/index.md b/docs/content/reference/resource-schema/aws/index.md index 695b8ca5e..132e0c30b 100644 --- a/docs/content/reference/resource-schema/aws/index.md +++ b/docs/content/reference/resource-schema/aws/index.md @@ -10,6 +10,8 @@ Radius supports AWS resource types that are supported by the [AWS Cloud Control Following table lists the resource types that are currently supported and the limitations for each of the resource types. +> *If you don't have access to the Bicep-types-aws github repo, please visit https://aka.ms/ProjectRadius/GitHubAccess to request access to the Radius GitHub organization.* + | Resource Type | Notes | | ------------- | ----- | | **[AWS::ACMPCA::Certificate](https://github.com/radius-project/bicep-types-aws/blob/main/artifacts/bicep/aws/aws.acmpca/default/types.md)** | ⚠ This resource type is non-idempotent. See [here](https://github.com/radius-project/bicep-types-aws/blob/main/docs/reference/limitations.md) for more information. |