/dhall-aws-cloudformation/cloudformation/AWS::OpsWorksCM::Server.dhall

Copy path to clipboard

Source

{ Properties = ./AWS::OpsWorksCM::Server/Properties.dhall
, Resources = ./AWS::OpsWorksCM::Server/Resources.dhall
, EngineAttribute = ./AWS::OpsWorksCM::Server/EngineAttribute.dhall
, GetAttr =
{ Arn = (./../Fn.dhall).GetAttOf "Arn"
, Endpoint = (./../Fn.dhall).GetAttOf "Endpoint"
, ServerName = (./../Fn.dhall).GetAttOf "ServerName"
}
}