/dhall-aws-cloudformation/cloudformation/AWS::EC2::CapacityReservationFleet/TagSpecification.dhall

Copy path to clipboard

Source

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