Class: Aws::Types::CreateSyncConfigurationInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#branch ⇒ ::String

Returns the value of attribute branch.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def branch
  @branch
end

#config_file ⇒ ::String

Returns the value of attribute config_file.

Returns:

  • (::String)


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.

Returns:

  • ("ENABLED", "DISABLED")


91
92
93
# File 'sig/types.rbs', line 91

def publish_deployment_status
  @publish_deployment_status
end

Returns the value of attribute repository_link_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("CFN_STACK_SYNC")


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.

Returns:

  • ("ANY_CHANGE", "FILE_CHANGE")


92
93
94
# File 'sig/types.rbs', line 92

def trigger_resource_update_on
  @trigger_resource_update_on
end