Class: Aws::Proton::Types::ServiceSyncConfig

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

Overview

Detailed data of the service sync configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branchString

The name of the code repository branch that holds the service code Proton will sync with.

Returns:

  • (String)


5334
5335
5336
5337
5338
5339
5340
5341
5342
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5334

class ServiceSyncConfig < Struct.new(
  :branch,
  :file_path,
  :repository_name,
  :repository_provider,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#file_pathString

The file path to the service sync configuration file.

Returns:

  • (String)


5334
5335
5336
5337
5338
5339
5340
5341
5342
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5334

class ServiceSyncConfig < Struct.new(
  :branch,
  :file_path,
  :repository_name,
  :repository_provider,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the code repository that holds the service code Proton will sync with.

Returns:

  • (String)


5334
5335
5336
5337
5338
5339
5340
5341
5342
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5334

class ServiceSyncConfig < Struct.new(
  :branch,
  :file_path,
  :repository_name,
  :repository_provider,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#repository_providerString

The name of the repository provider that holds the repository Proton will sync with.

Returns:

  • (String)


5334
5335
5336
5337
5338
5339
5340
5341
5342
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5334

class ServiceSyncConfig < Struct.new(
  :branch,
  :file_path,
  :repository_name,
  :repository_provider,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the service that the service instance is added to.

Returns:

  • (String)


5334
5335
5336
5337
5338
5339
5340
5341
5342
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5334

class ServiceSyncConfig < Struct.new(
  :branch,
  :file_path,
  :repository_name,
  :repository_provider,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end