update_aws_feature
Update enabled AWS features for a CloudConnect account. Requires feature names; for real-time data, also provide S3 bucket and region.
Instructions
Manage cloud provider connections and check feature availability for connected accounts. Updates an AWS feature for an existing CloudConnect account. Unlike the CloudFormation variant, this endpoint does not update Firestore channel documents, require a CloudFormation stack ID, or handle StackSet member role ARNs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| s3Bucket | No | S3 bucket name for CloudTrail real-time anomaly detection. Required together with s3BucketRegion. | |
| s3BucketRegion | No | AWS region of the S3 bucket. Required together with s3Bucket. | |
| customerContext | No | Scope the request to a specific customer by ID. Required for DoiT employees (whose token isn't tied to a single customer); omit for direct customer users. | |
| enabledFeatures | Yes | Declares which supported AWS features the caller intends to enable. Values must match feature names configured in awsFeaturePermissions on app/cloud-connect. The value is persisted and returned in account responses. When "real-time-data" is included, s3Bucket and s3BucketRegion are required; when it is not included, s3Bucket and s3BucketRegion are not allowed. |