Get Data Security Config (AWS Org)
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Returns the data security configuration for the AWS Organization with the specified account ID.
Path Parameters
- accountId string required
AWS account ID
Responses
- 200
- 500
success
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- accountId string
AWS account ID
- masterCftLandingPage string required
AWS master CFT landing page
- masterCftTemplate string required
AWS member CFT template
- masterCftUrl string required
AWS master CFT URL
- 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
- memberCftTemplate string required
AWS member CFT template
- memberCftUrl string required
AWS member CFT URL
- memberExternalId string required
AWS member external ID
- memberRoleName string required
AWS member role name
- scanOption string required
Possible values: [
Full
,Custom
]Scan option
- snsEndpointUrl string required
SNS subscription URL
- snsTopicArn string required
SNS topic ARN for notification of storage object changes
- storageUUID string required
Storage UUID
{
"accountId": "string",
"masterCftLandingPage": "string",
"masterCftTemplate": "string",
"masterCftUrl": "string",
"masterExternalId": "string",
"masterRoleArn": "string",
"memberCftTemplate": "string",
"memberCftUrl": "string",
"memberExternalId": "string",
"memberRoleName": "string",
"scanOption": "Full",
"snsEndpointUrl": "string",
"snsTopicArn": "string",
"storageUUID": "string"
}
internal_error
Loading...