Interface SyncConfigurationReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SyncConfigurationReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:51:54.381Z")
@Stability(Stable)
public interface SyncConfigurationReference
extends software.amazon.jsii.JsiiSerializable
A reference to a SyncConfiguration resource.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.codestarconnections.*; SyncConfigurationReference syncConfigurationReference = SyncConfigurationReference.builder() .resourceName("resourceName") .syncType("syncType") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forSyncConfigurationReference
static final class
An implementation forSyncConfigurationReference
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ResourceName of the SyncConfiguration resource.The SyncType of the SyncConfiguration resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceName
The ResourceName of the SyncConfiguration resource. -
getSyncType
The SyncType of the SyncConfiguration resource. -
builder
- Returns:
- a
SyncConfigurationReference.Builder
ofSyncConfigurationReference
-