SyncConfiguration

Information, such as repository, branch, provider, and resource names for a specific sync configuration.

Types

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

Properties

Link copied to clipboard

The branch associated with a specific sync configuration.

Link copied to clipboard

The file path to the configuration file associated with a specific sync configuration. The path should point to an actual file in the sync configurations linked repository.

Link copied to clipboard

The owner ID for the repository associated with a specific sync configuration, such as the owner ID in GitHub.

Link copied to clipboard

The connection provider type associated with a specific sync configuration, such as GitHub.

Link copied to clipboard

Whether to enable or disable publishing of deployment status to source providers.

Link copied to clipboard

The ID of the repository link associated with a specific sync configuration.

Link copied to clipboard

The name of the repository associated with a specific sync configuration.

Link copied to clipboard

The name of the connection resource associated with a specific sync configuration.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role associated with a specific sync configuration.

Link copied to clipboard

The type of sync for a specific sync configuration.

Link copied to clipboard

When to trigger Git sync to begin the stack update.

Functions

Link copied to clipboard
inline fun copy(block: SyncConfiguration.Builder.() -> Unit = {}): SyncConfiguration
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