/dhall-aws-cloudformation/cloudformation/AWS::Lightsail::Instance/State.dhall
Copy path to clipboardSource
{ Type = { Code : Optional Integer, Name : Optional (./../../Fn.dhall).CfnText }
, default = { Code = None Integer, Name = None (./../../Fn.dhall).CfnText }
}