Interface SyncConfigurationReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SyncConfigurationReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-20T23:37:32.567Z")
@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.interfaces.codestarconnections.*;
SyncConfigurationReference syncConfigurationReference = SyncConfigurationReference.builder()
.resourceName("resourceName")
.syncType("syncType")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forSyncConfigurationReferencestatic final classAn 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.BuilderofSyncConfigurationReference
-