Campaign

class Campaign

An object that describes the deployment of a solution version. For more information on campaigns, see CreateCampaign.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the campaign.

Link copied to clipboard

The configuration details of a campaign.

Link copied to clipboard

The date and time (in Unix format) that the campaign was created.

Link copied to clipboard

If a campaign fails, the reason behind the failure.

Link copied to clipboard

The date and time (in Unix format) that the campaign was last updated.

Link copied to clipboard

Provides a summary of the properties of a campaign update. For a complete listing, call the DescribeCampaign API.

Link copied to clipboard

Specifies the requested minimum provisioned transactions (recommendations) per second. A high minProvisionedTPS will increase your bill. We recommend starting with 1 for minProvisionedTPS (the default). Track your usage using Amazon CloudWatch metrics, and increase the minProvisionedTPS as necessary.

Link copied to clipboard
val name: String?

The name of the campaign.

Link copied to clipboard

The Amazon Resource Name (ARN) of a specific version of the solution.

Link copied to clipboard

The status of the campaign.

Functions

Link copied to clipboard
inline fun copy(block: Campaign.Builder.() -> Unit = {}): Campaign
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String