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 aTemplate
.Read more about Flows.
Methods
dict
()Represent this resource as a dictionary.
Attributes
A reference to the
Environment
attached to thisFlow
.A dictionary with the field structure defined for the
Flow
in Terraform.An alias for this resource's slug, derived from its
SRN
.A
SRN
object that represents the unique identifier for this resource.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 thisFlow
.