get Sync Configuration
suspend fun getSyncConfiguration(argument: GetSyncConfigurationPlainArgs): GetSyncConfigurationResult
Schema for AWS::CodeStarConnections::SyncConfiguration resource which is used to enables an AWS resource to be synchronized from a source-provider.
Return
null
Parameters
argument
null
suspend fun getSyncConfiguration(resourceName: String, syncType: String): GetSyncConfigurationResult
Return
null
Parameters
resource Name
The name of the resource that is being synchronized to the repository.
sync Type
The type of resource synchronization service that is to be configured, for example, CFN_STACK_SYNC.
See also
suspend fun getSyncConfiguration(argument: suspend GetSyncConfigurationPlainArgsBuilder.() -> Unit): GetSyncConfigurationResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.codestarconnections.kotlin.inputs.GetSyncConfigurationPlainArgs.