Method: Aws::CodeStarconnections::Types::SyncConfiguration#config_file
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
#config_file ⇒ String
The file path to the configuration file associated with a specific sync configuration. The path should point to an actual file in the sync configurations linked repository.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1495 class SyncConfiguration < Struct.new( :branch, :config_file, :owner_id, :provider_type, :repository_link_id, :repository_name, :resource_name, :role_arn, :sync_type, :publish_deployment_status, :trigger_resource_update_on) SENSITIVE = [] include Aws::Structure end |