/dhall-aws-cloudformation/cloudformation/AWS::EC2::TransitGatewayPeeringAttachment/PeeringAttachmentStatus.dhall
Copy path to clipboardSource
{ Type =
{ Code : Optional (./../../Fn.dhall).CfnText
, Message : Optional (./../../Fn.dhall).CfnText
}
, default =
{ Code = None (./../../Fn.dhall).CfnText
, Message = None (./../../Fn.dhall).CfnText
}
}