For the complete documentation index, see llms.txt. This page is also available as Markdown.

Aws Connector

The AWS Connector allows you to integrate your applications with Amazon Web Services (AWS) services, enabling seamless interaction with a wide range of cloud-based resources and services provided by AWS.

Name

  • Description: The name of the AWS connector instance.

  • Type: Text (string)

  • Example: "AWSConnectorInstance"

Region

  • Description: Specifies the AWS region where the resources and services should be accessed.

  • Type: Text (string)

  • Example: "us-east-1"

Accesskeyid

  • Description: The AWS access key ID used for authentication and authorization.

  • Type: Text (string)

  • Example: "AKIAYourAccessKeyID"

Secretaccesskey

  • Description: The secret access key associated with the AWS access key for secure authentication.

  • Type: Text (string)

  • Example: "YourSecretAccessKey"

Endpoint

  • Description: The endpoint URL for the AWS service or resource you are connecting to.

  • Type: Text (string)

  • Example: "https://s3.amazonaws.com"

Last updated