Class: Aws::CodeStarconnections::Types::UpdateSyncConfigurationInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branchString

The branch for the sync configuration to be updated.

Returns:

  • (String)


1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-codestarconnections/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_fileString

The configuration file for the sync configuration to be updated.

Returns:

  • (String)


1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-codestarconnections/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_statusString

Whether to enable or disable publishing of deployment status to source providers.

Returns:

  • (String)


1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-codestarconnections/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

The ID of the repository link for the sync configuration to be updated.

Returns:

  • (String)


1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-codestarconnections/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_nameString

The name of the Amazon Web Services resource for the sync configuration to be updated.

Returns:

  • (String)


1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-codestarconnections/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_arnString

The ARN of the IAM role for the sync configuration to be updated.

Returns:

  • (String)


1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-codestarconnections/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_typeString

The sync type for the sync configuration to be updated.

Returns:

  • (String)


1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-codestarconnections/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_onString

When to trigger Git sync to begin the stack update.

Returns:

  • (String)


1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
# File 'gems/aws-sdk-codestarconnections/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