Class: Aws::CodeStarconnections::Types::UpdateSyncConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::UpdateSyncConfigurationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branch ⇒ String
The branch for the sync configuration to be updated.
-
#config_file ⇒ String
The configuration file for the sync configuration to be updated.
-
#publish_deployment_status ⇒ String
Whether to enable or disable publishing of deployment status to source providers.
-
#repository_link_id ⇒ String
The ID of the repository link for the sync configuration to be updated.
-
#resource_name ⇒ String
The name of the Amazon Web Services resource for the sync configuration to be updated.
-
#role_arn ⇒ String
The ARN of the IAM role for the sync configuration to be updated.
-
#sync_type ⇒ String
The sync type for the sync configuration to be updated.
-
#trigger_resource_update_on ⇒ String
When to trigger Git sync to begin the stack update.
Instance Attribute Details
#branch ⇒ String
The branch for the sync configuration to be updated.
1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1794 class UpdateSyncConfigurationInput < Struct.new( :branch, :config_file, :repository_link_id, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on) SENSITIVE = [] include Aws::Structure end |
#config_file ⇒ String
The configuration file for the sync configuration to be updated.
1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1794 class UpdateSyncConfigurationInput < Struct.new( :branch, :config_file, :repository_link_id, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on) SENSITIVE = [] include Aws::Structure end |
#publish_deployment_status ⇒ String
Whether to enable or disable publishing of deployment status to source providers.
1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1794 class UpdateSyncConfigurationInput < Struct.new( :branch, :config_file, :repository_link_id, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on) SENSITIVE = [] include Aws::Structure end |
#repository_link_id ⇒ String
The ID of the repository link for the sync configuration to be updated.
1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1794 class UpdateSyncConfigurationInput < Struct.new( :branch, :config_file, :repository_link_id, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the Amazon Web Services resource for the sync configuration to be updated.
1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1794 class UpdateSyncConfigurationInput < Struct.new( :branch, :config_file, :repository_link_id, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the IAM role for the sync configuration to be updated.
1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1794 class UpdateSyncConfigurationInput < Struct.new( :branch, :config_file, :repository_link_id, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on) SENSITIVE = [] include Aws::Structure end |
#sync_type ⇒ String
The sync type for the sync configuration to be updated.
1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1794 class UpdateSyncConfigurationInput < Struct.new( :branch, :config_file, :repository_link_id, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on) SENSITIVE = [] include Aws::Structure end |
#trigger_resource_update_on ⇒ String
When to trigger Git sync to begin the stack update.
1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1794 class UpdateSyncConfigurationInput < Struct.new( :branch, :config_file, :repository_link_id, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on) SENSITIVE = [] include Aws::Structure end |