Add Data Security Config (AWS Org)
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Creates a data security configuration for an AWS Organization.
- application/json; charset=UTF-8
Request Body
- accountId string required
AWS account ID
- cloudType string required
Possible values: [
AWS
]Cloud type
- masterExternalId string required
AWS master external ID, which establishes trust between your Prisma Cloud and AWS accounts
- masterRoleArn string required
AWS master role ARN for your Prisma Cloud role
- memberExternalId string required
AWS member external ID
- memberRoleName string required
AWS memeber role name
- scanOption string required
Possible values: [
Full
,Custom
]Scan option
- snsTopicArn string required
SNS topic ARN for notification of storage object changes
- storageUUID string required
Storage UUID
Responses
- 200
- 500
success
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- detail string
Exception details
- message string
API response
- name string
Exception name
{
"detail": "string",
"message": "string",
"name": "string"
}
internal_error
Loading...