Post-process AWS Connection
Performs post-processing after AWS Connection Create, Update or Delete. This API should only be invoked by the Clumio Terraform provider and should not be invoked manually.
- application/json
Request Body
The body of the request.
- account_native_id string required
The AWS-assigned ID of the account associated with the connection.
- aws_region string required
The AWS region associated with the connection. For example,
us-east-1
. - clumio_event_pub_id string required
ClumioEventPubId is the Clumio Event Pub SNS topic ID.
- configuration string required
Configuration represents the AWS connection configuration in json string format
- intermediate_role_arn string
Role arn to be assumed before accessing ClumioRole in customer account
properties object
Properties is a key value map meant to be used for passing additional information like resource IDs/ARNs.
property name*
string- request_type string required
RequestType indicates whether this is a Create, Update or Delete request
- role_arn string required
RoleArn is the ARN of the ClumioIAMRole created in the customer account
- role_external_id string required
Role External Id is the unique string passed while creating the AWS resources .
- token string required
The 36-character Clumio AWS integration ID token used to identify the installation of the CloudFormation/Terraform template on the account.
- 200
- default
Success
- application/api.clumio.post-process-aws-connection=v1+json
- Schema
- Example (from schema)
Schema
- object
{}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
A list of errors encountered during runtime.
error_code uint32error_message stringThe reason for the error.
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}