CreditCode - AWS Partner Central

CreditCode

Represents an AWS credit code that can be applied to an AWS account for billing purposes.

Contents

Note

In the following list, the required parameters are described first.

AwsAccountId

The AWS account ID that the credit code is associated with or can be applied to.

Type: String

Required: Yes

AwsCreditCode

The actual credit code string that can be redeemed in the AWS billing console.

Type: String

Required: Yes

ExpiresAt

The timestamp when the credit code expires and can no longer be redeemed.

Type: Timestamp

Required: Yes

IssuedAt

The timestamp when the credit code was issued.

Type: Timestamp

Required: Yes

Status

The current status of the credit code (e.g., active, redeemed, expired).

Type: String

Valid Values: ACTIVE | INACTIVE | FULFILLED

Required: Yes

Value

The monetary value of the credit code.

Type: MonetaryValue object

Required: Yes

See Also

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