sym.sdk.flow.Flow

class sym.sdk.flow.Flow(srn: Union[sym.sdk.resource.SRN, str])

Bases: sym.sdk.resource.SymResource

The Flow class contains a particular parameterization of a Template.

Read more about Flows.

Methods

dict()

Represent this resource as a dictionary.

Attributes

environment

A reference to the Environment attached to this Flow.

fields

A dictionary with the field structure defined for the Flow in Terraform.

name

An alias for this resource's slug, derived from its SRN.

srn

A SRN object that represents the unique identifier for this resource.

vars

A dict containing user-supplied values from the Flow's definition in Terraform.

dict()

Represent this resource as a dictionary.

property environment

A reference to the Environment attached to this Flow.

property fields

A dictionary with the field structure defined for the Flow in Terraform.

property name

An alias for this resource’s slug, derived from its SRN.

property srn

A SRN object that represents the unique identifier for this resource.

property vars

A dict containing user-supplied values from the Flow’s definition in Terraform.

This dict might contain, for example, your team’s PagerDuty schedule ID.