Class: Aws::Proton::Types::CreateTemplateSyncConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::CreateTemplateSyncConfigInput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
When making an API call, you may pass CreateTemplateSyncConfigInput data as a hash:
{
branch: "GitBranchName", # required
repository_name: "RepositoryName", # required
repository_provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
subdirectory: "Subdirectory",
template_name: "ResourceName", # required
template_type: "ENVIRONMENT", # required, accepts ENVIRONMENT, SERVICE
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branch ⇒ String
The branch of the registered repository for your template.
-
#repository_name ⇒ String
The name of your repository (for example,
myrepos/myrepo
). -
#repository_provider ⇒ String
The provider type for your repository.
-
#subdirectory ⇒ String
A repository subdirectory path to your template bundle directory.
-
#template_name ⇒ String
The name of your registered template.
-
#template_type ⇒ String
The type of the registered template.
Instance Attribute Details
#branch ⇒ String
The branch of the registered repository for your template.
1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1415 class CreateTemplateSyncConfigInput < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of your repository (for example, myrepos/myrepo
).
1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1415 class CreateTemplateSyncConfigInput < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#repository_provider ⇒ String
The provider type for your repository.
1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1415 class CreateTemplateSyncConfigInput < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#subdirectory ⇒ String
A repository subdirectory path to your template bundle directory. When included, Proton limits the template bundle search to this repository directory.
1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1415 class CreateTemplateSyncConfigInput < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of your registered template.
1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1415 class CreateTemplateSyncConfigInput < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#template_type ⇒ String
The type of the registered template.
1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1415 class CreateTemplateSyncConfigInput < Struct.new( :branch, :repository_name, :repository_provider, :subdirectory, :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |