CreateConfigurationBundleRequest

Types

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

Properties

Link copied to clipboard

The branch name for version tracking. Defaults to mainline if not specified.

Link copied to clipboard

The name for the configuration bundle. Names must be unique within your account.

Link copied to clipboard

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see Ensuring idempotency.

Link copied to clipboard

A commit message describing the initial version of the configuration bundle.

Link copied to clipboard

A map of component identifiers to their configurations. Each component represents a configurable element within the bundle.

Link copied to clipboard

The source that created this version, including the source name and optional ARN.

Link copied to clipboard

The description for the configuration bundle.

Link copied to clipboard

A map of tag keys and values to assign to the configuration bundle. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.

Functions

Link copied to clipboard
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