選取您的 Cookie 偏好設定

我們使用提供自身網站和服務所需的基本 Cookie 和類似工具。我們使用效能 Cookie 收集匿名統計資料,以便了解客戶如何使用我們的網站並進行改進。基本 Cookie 無法停用,但可以按一下「自訂」或「拒絕」以拒絕效能 Cookie。

如果您同意,AWS 與經核准的第三方也會使用 Cookie 提供實用的網站功能、記住您的偏好設定,並顯示相關內容,包括相關廣告。若要接受或拒絕所有非必要 Cookie,請按一下「接受」或「拒絕」。若要進行更詳細的選擇,請按一下「自訂」。

BatchAssociateResourcesToCustomLineItem

焦點模式
BatchAssociateResourcesToCustomLineItem - AWS Billing Conductor
此頁面尚未翻譯為您的語言。 請求翻譯

Associates a batch of resources to a percentage custom line item.

Request Syntax

PUT /batch-associate-resources-to-custom-line-item HTTP/1.1 Content-type: application/json { "BillingPeriodRange": { "ExclusiveEndBillingPeriod": "string", "InclusiveStartBillingPeriod": "string" }, "ResourceArns": [ "string" ], "TargetArn": "string" }

URI Request Parameters

The request does not use any URI parameters.

Request Body

The request accepts the following data in JSON format.

BillingPeriodRange

The billing period range in which the custom line item request will be applied.

Type: CustomLineItemBillingPeriodRange object

Required: No

ResourceArns

A list containing the ARNs of the resources to be associated.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 30 items.

Pattern: (arn:aws(-cn)?:billingconductor::[0-9]{12}:(customlineitem|billinggroup)/)?[a-zA-Z0-9]{10,12}

Required: Yes

TargetArn

A percentage custom line item ARN to associate the resources to.

Type: String

Pattern: (arn:aws(-cn)?:billingconductor::[0-9]{12}:customlineitem/)?[a-zA-Z0-9]{10}

Required: Yes

Response Syntax

HTTP/1.1 200 Content-type: application/json { "FailedAssociatedResources": [ { "Arn": "string", "Error": { "Message": "string", "Reason": "string" } } ], "SuccessfullyAssociatedResources": [ { "Arn": "string", "Error": { "Message": "string", "Reason": "string" } } ] }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

FailedAssociatedResources

A list of AssociateResourceResponseElement for each resource that failed association to a percentage custom line item.

Type: Array of AssociateResourceResponseElement objects

SuccessfullyAssociatedResources

A list of AssociateResourceResponseElement for each resource that's been associated to a percentage custom line item successfully.

Type: Array of AssociateResourceResponseElement objects

Errors

For information about the errors that are common to all actions, see Common Errors.

AccessDeniedException

You do not have sufficient access to perform this action.

HTTP Status Code: 403

ConflictException

You can cause an inconsistent state by updating or deleting a resource.

HTTP Status Code: 409

InternalServerException

An unexpected error occurred while processing a request.

HTTP Status Code: 500

ResourceNotFoundException

The request references a resource that doesn't exist.

HTTP Status Code: 404

ServiceLimitExceededException

The request would cause a service limit to exceed.

HTTP Status Code: 402

ThrottlingException

The request was denied due to request throttling.

HTTP Status Code: 429

ValidationException

The input doesn't match with the constraints specified by AWS services.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

隱私權網站條款Cookie 偏好設定
© 2025, Amazon Web Services, Inc.或其附屬公司。保留所有權利。