update_resource¶
Operation¶
update_resource
async
¶
update_resource(input: UpdateResourceInput, plugins: list[Plugin] | None = None) -> UpdateResourceOutput
Changes information about a Resource resource.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
UpdateResourceInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
UpdateResourceOutput
|
An instance of |
Input¶
UpdateResourceInput
dataclass
¶
Request to change information about a Resource resource.
Attributes¶
patch_operations
class-attribute
instance-attribute
¶
patch_operations: list[PatchOperation] | None = None
For more information about supported patch operations, see Patch Operations.
resource_id
class-attribute
instance-attribute
¶
resource_id: str | None = None
The identifier of the Resource resource.
rest_api_id
class-attribute
instance-attribute
¶
rest_api_id: str | None = None
The string identifier of the associated RestApi.