Class: Aws::Types::CreateSyncConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSyncConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch ⇒ ::String
Returns the value of attribute branch.
-
#config_file ⇒ ::String
Returns the value of attribute config_file.
-
#publish_deployment_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute publish_deployment_status.
-
#repository_link_id ⇒ ::String
Returns the value of attribute repository_link_id.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#sync_type ⇒ "CFN_STACK_SYNC"
Returns the value of attribute sync_type.
-
#trigger_resource_update_on ⇒ "ANY_CHANGE", "FILE_CHANGE"
Returns the value of attribute trigger_resource_update_on.
Instance Attribute Details
#branch ⇒ ::String
Returns the value of attribute branch.
85 86 87 |
# File 'sig/types.rbs', line 85 def branch @branch end |
#config_file ⇒ ::String
Returns the value of attribute config_file.
86 87 88 |
# File 'sig/types.rbs', line 86 def config_file @config_file end |
#publish_deployment_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute publish_deployment_status.
91 92 93 |
# File 'sig/types.rbs', line 91 def publish_deployment_status @publish_deployment_status end |
#repository_link_id ⇒ ::String
Returns the value of attribute repository_link_id.
87 88 89 |
# File 'sig/types.rbs', line 87 def repository_link_id @repository_link_id end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
88 89 90 |
# File 'sig/types.rbs', line 88 def resource_name @resource_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
89 90 91 |
# File 'sig/types.rbs', line 89 def role_arn @role_arn end |
#sync_type ⇒ "CFN_STACK_SYNC"
Returns the value of attribute sync_type.
90 91 92 |
# File 'sig/types.rbs', line 90 def sync_type @sync_type end |
#trigger_resource_update_on ⇒ "ANY_CHANGE", "FILE_CHANGE"
Returns the value of attribute trigger_resource_update_on.
92 93 94 |
# File 'sig/types.rbs', line 92 def trigger_resource_update_on @trigger_resource_update_on end |