/dhall-aws-cloudformation/cloudformation/AWS::XRay::SamplingRule/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ SamplingRule : Optional (./SamplingRule.dhall).Type
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ SamplingRule = None (./SamplingRule.dhall).Type
, Tags = None (List (./../Tag.dhall).Type)
}
}