/dhall-aws-cloudformation/cloudformation/AWS::APS::Workspace.dhall

Copy path to clipboard

Source

{ Properties = ./AWS::APS::Workspace/Properties.dhall
, Resources = ./AWS::APS::Workspace/Resources.dhall
, LoggingConfiguration = ./AWS::APS::Workspace/LoggingConfiguration.dhall
, GetAttr =
{ Arn = (./../Fn.dhall).GetAttOf "Arn"
, PrometheusEndpoint = (./../Fn.dhall).GetAttOf "PrometheusEndpoint"
, WorkspaceId = (./../Fn.dhall).GetAttOf "WorkspaceId"
}
}