AWS::CodeStarConnections::SyncConfigurationInformation, such as repository, branch, provider, and resource names for a specific sync configuration.
import { CfnSyncConfiguration } from 'aws-cdk-lib/aws-codestarconnections';Or use the module namespace:
import * as codestarconnections from 'aws-cdk-lib/aws-codestarconnections';
// codestarconnections.CfnSyncConfigurationConfiguration passed to the constructor as CfnSyncConfigurationProps.
branchRequiredstringThe branch associated with a specific sync configuration.
configFileRequiredstringThe file path to the configuration file associated with a specific sync configuration. The path should point to an actual file in the sync configurations linked repository.
repositoryLinkIdRequiredstringThe ID of the repository link associated with a specific sync configuration.
resourceNameRequiredstringThe name of the connection resource associated with a specific sync configuration.
roleArnRequiredstringThe Amazon Resource Name (ARN) of the IAM role associated with a specific sync configuration.
syncTypeRequiredstringThe type of sync for a specific sync configuration.
publishDeploymentStatusOptionalstringWhether to enable or disable publishing of deployment status to source providers.
triggerResourceUpdateOnOptionalstringWhen to trigger Git sync to begin the stack update.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-codestarconnectionsAWS::CodeStarConnections::SyncConfiguration