/dhall-aws-cloudformation/cloudformation/AWS::VpcLattice::ServiceNetwork/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ AuthType : Optional (./../../Fn.dhall).CfnText
, Name : Optional (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ AuthType = None (./../../Fn.dhall).CfnText
, Name = None (./../../Fn.dhall).CfnText
, Tags = None (List (./../Tag.dhall).Type)
}
}