Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.codestarconnections.CfnSyncConfigurationPropsMixin.Builder
Packages that use CfnSyncConfigurationPropsMixin.Builder
-
Uses of CfnSyncConfigurationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.codestarconnections
Methods in software.amazon.awscdk.cfnpropertymixins.services.codestarconnections that return CfnSyncConfigurationPropsMixin.BuilderModifier and TypeMethodDescriptionThe branch associated with a specific sync configuration.CfnSyncConfigurationPropsMixin.Builder.configFile(String configFile) The file path to the configuration file associated with a specific sync configuration.CfnSyncConfigurationPropsMixin.Builder.create()CfnSyncConfigurationPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnSyncConfigurationPropsMixin.Builder.publishDeploymentStatus(String publishDeploymentStatus) Whether to enable or disable publishing of deployment status to source providers.CfnSyncConfigurationPropsMixin.Builder.repositoryLinkId(String repositoryLinkId) The ID of the repository link associated with a specific sync configuration.CfnSyncConfigurationPropsMixin.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.CfnSyncConfigurationPropsMixin.Builder.triggerResourceUpdateOn(String triggerResourceUpdateOn) When to trigger Git sync to begin the stack update.