All Products
Search
Document Center

Resource Management:UpdateMultiAccountDeliveryChannel

Last Updated:Feb 02, 2026

Updates a multi-account delivery channel.

Operation description

Resource delivery supports the delivery of resource configuration change events and scheduled resource snapshots.

Scheduled resource snapshots support the following delivery scenarios:

  • Standard delivery: Leave the ResourceSnapshotDelivery.CustomExpression parameter empty.

  • Custom delivery: Set the ResourceSnapshotDelivery.CustomExpression parameter to an appropriate value.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

resourcecenter:UpdateMultiAccountDeliveryChannel

update

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

DeliveryChannelId

string

Yes

The ID of the delivery channel.

dc-4m6ffpkgu***

DeliveryChannelName

string

No

The name of the delivery channel.

test-multi-account-delivery-channel

DeliveryChannelDescription

string

No

The description of the delivery channel.

This is a description.

ResourceSnapshotDelivery

object

No

The configurations for scheduled delivery of resource snapshots.

DeliveryTime

string

No

The delivery time.

09:00Z

Enabled

string

No

Specifies whether to enable scheduled delivery of resource snapshots. Valid values:

  • true

  • false

true

TargetArn

string

No

The Alibaba Cloud Resource Name (ARN) of the delivery destination. Valid values:

  • If you set TargetType to OSS, you must set TargetArn to the ARN of a OSS bucket that has a prefix of resourcecenter-. Example: acs:oss:cn-hangzhou:191142248777****:resourcecenter-oss.

  • If you set TargetType to SLS, you must set TargetArn to the ARN of a SLS Logstore that has a prefix of resourcecenter-. Example: acs:log:cn-hangzhou: 191142248777****:project/delivery/logstore/resourcecenter-sls.

acs:oss:cn-hangzhou:1911422487776***:resourcecenter-oss

TargetType

string

No

The type of the delivery destination. Valid values:

  • OSS for standard delivery

  • OSS or SLS for custom delivery

Valid values:

  • SLS :

    SLS

  • OSS :

    OSS

OSS

CustomExpression

string

No

The custom expression.

select * from resources limit 100;

SlsProperties

object

No

The Simple Log Service (SLS) configurations.

OversizedDataOssTargetArn

string

No

The ARN of the delivery destination for oversized data.

If the size of a resource configuration change event exceeds 1 MB, the event is delivered as an OSS object. You must enter the ARN of an OSS bucket that has a prefix of resourcecenter-.

Note

This parameter takes effect only when you create a custom scheduled delivery task for resource snapshots. You do not need to specify this parameter when you create a standard scheduled delivery task for resource snapshots.

acs:oss:cn-hangzhou:1911422487776***:resourcecenter-oss

ResourceChangeDelivery

object

No

The configurations for delivery of resource configuration change events.

Enabled

string

No

Specifies whether to enable delivery of resource configuration change events. Valid values:

  • true

  • false

true

SlsProperties

object

No

The SLS configurations.

OversizedDataOssTargetArn

string

No

The ARN of the delivery destination for oversized data.

If the size of a resource configuration change event exceeds 1 MB, the event is delivered as an OSS object. You must enter the ARN of an OSS bucket that has a prefix of resourcecenter-.

acs:oss:cn-hangzhou:1911422487776***:resourcecenter-oss

TargetArn

string

No

The ARN of the delivery destination. Valid values:

  • If you set TargetType to OSS, you must set TargetArn to the ARN of a OSS bucket that has a prefix of resourcecenter-.

  • If you set TargetType to SLS, you must set TargetArn to the ARN of a SLS Logstore that has a prefix of resourcecenter-.

acs:log:cn-hangzhou: 1911422487776***:project/delivery/logstore/resourcecenter-sls

TargetType

string

No

The type of the delivery destination.

Valid value: SLS.

Valid values:

  • SLS :

    SLS

SLS

DeliveryChannelFilter

object

No

The effective scope of the delivery channel.

AccountScopes

array

No

The account scopes of the delivery channel.

string

No

The account scope of the delivery channel. Valid values:

  • The ID of a resource directory. This value specifies that the resources of the management account and all members of the resource directory are delivered.

  • The ID of the Root folder. This value specifies that the resources of all members in the Root folder and its subfolders are delivered.

  • The ID of a folder. This value specifies that the resources of all members in the folder are delivered.

  • The ID of a member. This value specifies that the resources of the member are delivered.

For more information about how to obtain the ID of a resource directory, folder, member or the Root folder, see GetResourceDirectory, ListFoldersForParent, and ListAccounts.

rd-r4****

ResourceTypes

array

No

The effective resource type of the delivery channel.

string

No

The resource type. For more information, see Alibaba Cloud services and resource types that are supported by Resource Center.

To deliver all resource types supported by Resource Center, set this parameter to ALL.

ACS::VPC::VPC

Response elements

Element

Type

Description

Example

object

The response parameters.

RequestId

string

The request ID.

36A3D9BE-B607-5993-B546-7E19EF65D***

Examples

Success response

JSON format

{
  "RequestId": "36A3D9BE-B607-5993-B546-7E19EF65D***"
}

Error codes

HTTP status code

Error code

Error message

Description

403 NoPermission.AccountScope The operator is not permitted for this account scope. The operator is not permitted for this account scope.
403 NoPermission.ResourceDirectory.MemberAccount ResourceDirectory Member Account is not authorized to perform this operation. You are not allowed to use a member of a resource directory to perform this operation. Use the management account of the resource directory to perform the operation.
404 NotExists.DeliveryChannelId The DeliveryChannelId does not exist. The DeliveryChannelId does not exist.
404 MissingParameter.DeliveryName The specified parameter DeliveryName is missing.
404 MissingParameter.OverSizedDataOssTargetArn The specified parameter OverSizedDataOssTargetArn is missing.
404 MissingParameter.DeliveryFilter.AccountScopes The specified parameter DeliveryFilter.AccountScopes is missing.
404 MissingParameter.ResourceSnapshotDelivery.DeliveryTime The specified parameter ResourceSnapshotDelivery.DeliveryTime is missing.
404 MissingParameter.ResourceSnapshotDelivery.TargetArn The specified parameter ResourceSnapshotDelivery.TargetArn is missing.
404 MissingParameter.ResourceSnapshotDelivery.TargetType The specified parameter ResourceSnapshotDelivery.TargetType is missing.
404 MissingParameter.ResourceChangeDelivery.TargetArn The specified parameter ResourceChangeDelivery.TargetArn is missing.
404 MissingParameter.ResourceChangeDelivery.TargetType The specified parameter ResourceChangeDelivery.TargetType is missing.
404 MissingParameter.ResourceSnapshotDelivery.CustomExpression The specified parameter ResourceSnapshotDelivery.CustomExpression is missing.
409 InvalidParameter.DeliveryChannelId The specified parameter DeliveryChannelId is not valid.
409 AlreadyExists.DeliveryName The DeliveryName Name already exists. The delivery name already exists.
409 InvalidParameter.DeliveryDescription The specified parameter DeliveryDescription is not valid.
409 InvalidParameter.OverSizedDataOssTargetArn The specified parameter OverSizedDataOssTargetArn is not valid.
409 InvalidParameter.DeliveryFilter.AccountScopes The specified parameter DeliveryFilter.AccountScopes is not valid. The specified parameter DeliveryFilter.AccountScopes is not valid.
409 InvalidParameter.DeliveryFilter.ResourceTypes The specified parameter DeliveryFilter.ResourceTypes is not valid.
409 InvalidParameter.ResourceSnapshotDelivery.TargetArn The specified parameter ResourceSnapshotDelivery.TargetArn is not valid.
409 InvalidParameter.ResourceSnapshotDelivery.DeliveryTime The specified parameter ResourceSnapshotDelivery.DeliveryTime is not valid.
409 InvalidParameter.ResourceSnapshotDelivery.TargetType The specified parameter ResourceSnapshotDelivery.TargetType is not valid.
409 InvalidParameter.ResourceChangeDelivery.TargetArn The specified parameter ResourceChangeDelivery.TargetArn is not valid.
409 InvalidParameter.ResourceChangeDelivery.TargetType The specified parameter ResourceChangeDelivery.TargetType is not valid.
409 InvalidParameter.CustomExpression Error: %s.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.