Uses of Class
software.amazon.awscdk.services.codestarconnections.CfnSyncConfiguration.Builder
Package
Description
AWS::CodeStarConnections Construct Library
-
Uses of CfnSyncConfiguration.Builder in software.amazon.awscdk.services.codestarconnections
Modifier and TypeMethodDescriptionThe branch associated with a specific sync configuration.CfnSyncConfiguration.Builder.configFile
(String configFile) The file path to the configuration file associated with a specific sync configuration.static CfnSyncConfiguration.Builder
CfnSyncConfiguration.Builder.publishDeploymentStatus
(String publishDeploymentStatus) Whether to enable or disable publishing of deployment status to source providers.CfnSyncConfiguration.Builder.repositoryLinkId
(String repositoryLinkId) The ID of the repository link associated with a specific sync configuration.CfnSyncConfiguration.Builder.resourceName
(String resourceName) The name of the connection resource associated with a specific sync configuration.The Amazon Resource Name (ARN) of the IAM role associated with a specific sync configuration.The type of sync for a specific sync configuration.CfnSyncConfiguration.Builder.triggerResourceUpdateOn
(String triggerResourceUpdateOn) When to trigger Git sync to begin the stack update.