/dhall-aws-cloudformation/cloudformation/AWS::CodeGuruProfiler::ProfilingGroup/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ AgentPermissions : Optional (./AgentPermissions.dhall).Type
, AnomalyDetectionNotificationConfiguration :
Optional (List (./Channel.dhall).Type)
, ComputePlatform : Optional (./../../Fn.dhall).CfnText
, ProfilingGroupName : (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ AgentPermissions = None (./AgentPermissions.dhall).Type
, AnomalyDetectionNotificationConfiguration =
None (List (./Channel.dhall).Type)
, ComputePlatform = None (./../../Fn.dhall).CfnText
, Tags = None (List (./../Tag.dhall).Type)
}
}