Skip to main content
Version: latest

validates aws cloud watch credentials

POST 

/v1/clouds/aws/cloudwatch/validate

Validates aws cloud watch credentials

Request

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

required

Request payload for cloud watch config

    credentials

    object

    AWS cloud account which includes access key and secret key in case of 'secret' credentials type. It includes policyARNS, ARN and externalId in case of sts. Partition is a group of AWS Region and Service objects

    accessKeystring

    AWS account access key

    credentialTypestring

    Possible values: [secret, sts]

    Default value: secret

    Allowed Values [secret, sts]. STS type will be used for role assumption for sts type, accessKey/secretKey contains the source account, Arn is the target account.

    partitionstring

    Possible values: [aws, aws-us-gov]

    Default value: aws

    AWS accounts are scoped to a single partition. Allowed values [aws, aws-us-gov], Default values

    policyARNsstring[]

    List of policy ARNs required in case of credentialType sts.

    secretKeystring

    AWS account secret key

    sts

    object

    Aws sts credentials

    arnstring

    Arn for the aws sts credentials in cloud account

    externalIdstring

    ExternalId for the aws sts credentials in cloud account

    groupstring

    Name of the group

    regionstring

    Name of the region

    streamstring

    Name of the stream

Responses

Ok response without content

Response Headers

  • AuditUid

    string

    Audit uid for the request

Loading...