sym.sdk.resource.SymResource

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

Bases: sym.sdk.resource.SymBaseResource

A piece of infrastructure provisioned with Sym’s Terraform provider.

For example, a Flow is a Resource.

Methods

dict()

Represent this resource as a dictionary.

Attributes

name

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

srn

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

dict()

Represent this resource as a dictionary.

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.