Class: Aws::CodeConnections::Types::UpdateSyncConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::UpdateSyncConfigurationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/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.
-
#pull_request_comment ⇒ String
TA toggle that specifies whether to enable or disable pull request comments for the sync configuration to be updated.
-
#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.
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1811 class UpdateSyncConfigurationInput < Struct.new( :branch, :config_file, :repository_link_id, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on, :pull_request_comment) SENSITIVE = [] include Aws::Structure end |
#config_file ⇒ String
The configuration file for the sync configuration to be updated.
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1811 class UpdateSyncConfigurationInput < Struct.new( :branch, :config_file, :repository_link_id, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on, :pull_request_comment) SENSITIVE = [] include Aws::Structure end |
#publish_deployment_status ⇒ String
Whether to enable or disable publishing of deployment status to source providers.
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1811 class UpdateSyncConfigurationInput < Struct.new( :branch, :config_file, :repository_link_id, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on, :pull_request_comment) SENSITIVE = [] include Aws::Structure end |
#pull_request_comment ⇒ String
TA toggle that specifies whether to enable or disable pull request comments for the sync configuration to be updated.
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1811 class UpdateSyncConfigurationInput < Struct.new( :branch, :config_file, :repository_link_id, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on, :pull_request_comment) SENSITIVE = [] include Aws::Structure end |
#repository_link_id ⇒ String
The ID of the repository link for the sync configuration to be updated.
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1811 class UpdateSyncConfigurationInput < Struct.new( :branch, :config_file, :repository_link_id, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on, :pull_request_comment) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the Amazon Web Services resource for the sync configuration to be updated.
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1811 class UpdateSyncConfigurationInput < Struct.new( :branch, :config_file, :repository_link_id, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on, :pull_request_comment) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the IAM role for the sync configuration to be updated.
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1811 class UpdateSyncConfigurationInput < Struct.new( :branch, :config_file, :repository_link_id, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on, :pull_request_comment) SENSITIVE = [] include Aws::Structure end |
#sync_type ⇒ String
The sync type for the sync configuration to be updated.
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1811 class UpdateSyncConfigurationInput < Struct.new( :branch, :config_file, :repository_link_id, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on, :pull_request_comment) SENSITIVE = [] include Aws::Structure end |
#trigger_resource_update_on ⇒ String
When to trigger Git sync to begin the stack update.
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1811 class UpdateSyncConfigurationInput < Struct.new( :branch, :config_file, :repository_link_id, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on, :pull_request_comment) SENSITIVE = [] include Aws::Structure end |