/dhall-aws-cloudformation/cloudformation/AWS::IAM::InstanceProfile/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ InstanceProfileName : Optional (./../../Fn.dhall).CfnText
, Path : Optional (./../../Fn.dhall).CfnText
, Roles : List (./../../Fn.dhall).CfnText
}
, default =
{ InstanceProfileName = None (./../../Fn.dhall).CfnText
, Path = None (./../../Fn.dhall).CfnText
}
}