GetSyncConfigurationPlainArgs

data class GetSyncConfigurationPlainArgs(val resourceName: String, val syncType: String) : ConvertibleToJava<GetSyncConfigurationPlainArgs>

Constructors

Link copied to clipboard
constructor(resourceName: String, syncType: String)

Properties

Link copied to clipboard

The name of the resource that is being synchronized to the repository.

Link copied to clipboard

The type of resource synchronization service that is to be configured, for example, CFN_STACK_SYNC.

Functions

Link copied to clipboard
open override fun toJava(): GetSyncConfigurationPlainArgs