interface SyncConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeStarConnections.SyncConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodestarconnections#SyncConfigurationReference |
![]() | software.amazon.awscdk.services.codestarconnections.SyncConfigurationReference |
![]() | aws_cdk.aws_codestarconnections.SyncConfigurationReference |
![]() | aws-cdk-lib » aws_codestarconnections » SyncConfigurationReference |
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 { aws_codestarconnections as codestarconnections } from 'aws-cdk-lib';
const syncConfigurationReference: codestarconnections.SyncConfigurationReference = {
resourceName: 'resourceName',
syncType: 'syncType',
};
Properties
Name | Type | Description |
---|---|---|
resource | string | The ResourceName of the SyncConfiguration resource. |
sync | string | The SyncType of the SyncConfiguration resource. |
resourceName
Type:
string
The ResourceName of the SyncConfiguration resource.
syncType
Type:
string
The SyncType of the SyncConfiguration resource.