v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBCloud Connect
Update an AWS feature
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.
put/core/v1/cloudconnect/aws/accounts/{accountID}
Request body
Example request
{
"s3BucketRegion": "us-east-1",
"enabledFeatures": [
"real-time-data"
]
}Response
OK - Feature updated successfully.
Example response
{
"accountID": "123456789012",
"roleArn": "arn:aws:iam::123456789012:role/DoiTRole",
"s3BucketRegion": "us-east-1",
"supportedFeatures": [
{
"name": "spot-scaling"
}
],
"timeLinked": "2024-01-15T10:30:00Z"
}