/dhall-aws-cloudformation/cloudformation/AWS::AppFlow::ConnectorProfile/CustomConnectorProfileProperties.dhall
Copy path to clipboardSource
{ Type =
{ OAuth2Properties : Optional (./OAuth2Properties.dhall).Type
, ProfileProperties :
Optional
((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
}
, default =
{ OAuth2Properties = None (./OAuth2Properties.dhall).Type
, ProfileProperties =
None ((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
}
}