Class: Aws::CodeStarconnections::Types::CreateSyncConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::CreateSyncConfigurationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branch ⇒ String
The branch in the repository from which changes will be synced.
-
#config_file ⇒ String
The file name of the configuration file that manages syncing between the connection and the repository.
-
#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 created for the connection.
-
#resource_name ⇒ String
The name of the Amazon Web Services resource (for example, a CloudFormation stack in the case of CFN_STACK_SYNC) that will be synchronized from the linked repository.
-
#role_arn ⇒ String
The ARN of the IAM role that grants permission for Amazon Web Services to use Git sync to update a given Amazon Web Services resource on your behalf.
-
#sync_type ⇒ String
The type of sync configuration.
-
#trigger_resource_update_on ⇒ String
When to trigger Git sync to begin the stack update.
Instance Attribute Details
#branch ⇒ String
The branch in the repository from which changes will be synced.
321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 321 class CreateSyncConfigurationInput < 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 file name of the configuration file that manages syncing between the connection and the repository. This configuration file is stored in the repository.
321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 321 class CreateSyncConfigurationInput < 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.
321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 321 class CreateSyncConfigurationInput < 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 created for the connection. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.
321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 321 class CreateSyncConfigurationInput < 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 example, a CloudFormation stack in the case of CFN_STACK_SYNC) that will be synchronized from the linked repository.
321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 321 class CreateSyncConfigurationInput < 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 that grants permission for Amazon Web Services to use Git sync to update a given Amazon Web Services resource on your behalf.
321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 321 class CreateSyncConfigurationInput < 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 type of sync configuration.
321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 321 class CreateSyncConfigurationInput < 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.
321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 321 class CreateSyncConfigurationInput < 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 |