tarunpandey23 69342d4783
Feat: update generate docs schema (#19372)
* Updated generate_docs_schema

* Updated generate_docs_schema

* Updated generate_docs_schema

* applied generate_docs_schema script

* Revert the changes in this file

---------

Co-authored-by: Tarun <tarun.p@deuexsolutions.com>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-01-15 17:46:55 +05:30

1.2 KiB

title slug
awsCredentials /main-concepts/metadata-standard/schemas/security/credentials/awscredentials

AWSCredentials

AWS credentials configs.

Properties

  • awsAccessKeyId (string): AWS Access key ID.
  • awsSecretAccessKey (string, format: password): AWS Secret Access Key.
  • awsRegion (string): AWS Region.
  • awsSessionToken (string): AWS Session Token.
  • endPointURL (string, format: uri): EndPoint URL for the AWS.
  • profileName (string): The name of a profile to use with the boto session.
  • assumeRoleArn (string): The Amazon Resource Name (ARN) of the role to assume. Required Field in case of Assume Role.
  • assumeRoleSessionName (string): An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons. Required Field in case of Assume Role. Default: "OpenMetadataSession".
  • assumeRoleSourceIdentity (string): The Amazon Resource Name (ARN) of the role to assume. Optional Field in case of Assume Role.

Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.