Class: Aws::CodeConnections::Types::CreateSyncConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::CreateSyncConfigurationInput
- Defined in:
- gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/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.
-
#pull_request_comment ⇒ String
A toggle that specifies whether to enable or disable pull request comments for the sync configuration to be created.
-
#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.
326 327 328 329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 326 class CreateSyncConfigurationInput < 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 file name of the configuration file that manages syncing between the connection and the repository. This configuration file is stored in the repository.
326 327 328 329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 326 class CreateSyncConfigurationInput < 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.
326 327 328 329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 326 class CreateSyncConfigurationInput < 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
A toggle that specifies whether to enable or disable pull request comments for the sync configuration to be created.
326 327 328 329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 326 class CreateSyncConfigurationInput < 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 created for the connection. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.
326 327 328 329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 326 class CreateSyncConfigurationInput < 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 example, a CloudFormation stack in the case of CFN_STACK_SYNC) that will be synchronized from the linked repository.
326 327 328 329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 326 class CreateSyncConfigurationInput < 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 that grants permission for Amazon Web Services to use Git sync to update a given Amazon Web Services resource on your behalf.
326 327 328 329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 326 class CreateSyncConfigurationInput < 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 type of sync configuration.
326 327 328 329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 326 class CreateSyncConfigurationInput < 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.
326 327 328 329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 326 class CreateSyncConfigurationInput < 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 |