Modify DynamoDB table group properties
This operation is used to modify DynamoDB table group properties using Subclient ID.
Path Parameters
- Subclient_id string required
ID of subclient
- application/json
Request Body
subClientProperties object
commonProperties object
numberOfBackupStreams integerNumber of streams for backup.
cloudAppsSubClientProp object
instanceType integerdynamoDBSubclient object
temporaryReadThroughput integerplanEntity object
Details of the plan
planName stringplanId integercontentOperationType integercloudDbContent object
List of the Tables for Table group
children object[]
displayName stringname stringName of the table.
path stringPath of the Table.
type stringType of Table Content
allOrAnyChildren booleannegation booleanTable rule for content selection
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
warningCode integererrorCode integerwarningMessage stringentity object
subclientId integer_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0,
"_type_": 0
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "",
"entity": {
"subclientId": 1948,
"_type_": 0
}
}
}
Loading...