Skip to main content

Update Data Security Config (AWS Org)

PUT 

/dlp/api/config/v2

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Updates the data security configuration for the AWS Organization with the specified account ID.

Request

Body

    accountId stringrequired

    AWS account ID

    cloudType stringrequired

    Possible values: [AWS]

    Cloud type

    masterExternalId stringrequired

    AWS master external ID, which establishes trust between your Prisma Cloud and AWS accounts

    masterRoleArn stringrequired

    AWS master role ARN for your Prisma Cloud role

    memberExternalId stringrequired

    AWS member external ID

    memberRoleName stringrequired

    AWS memeber role name

    scanOption stringrequired

    Possible values: [Full, Custom]

    Scan option

    snsTopicArn stringrequired

    SNS topic ARN for notification of storage object changes

    storageUUID stringrequired

    Storage UUID

Responses

success

Schema
    detail string

    Exception details

    message string

    API response

    name string

    Exception name

Loading...