/dhall-aws-cloudformation/cloudformation/AWS::AppFlow::ConnectorProfile/ConnectorProfileConfig.dhall
Copy path to clipboardSource
{ Type =
{ ConnectorProfileCredentials :
Optional (./ConnectorProfileCredentials.dhall).Type
, ConnectorProfileProperties :
Optional (./ConnectorProfileProperties.dhall).Type
}
, default =
{ ConnectorProfileCredentials =
None (./ConnectorProfileCredentials.dhall).Type
, ConnectorProfileProperties = None (./ConnectorProfileProperties.dhall).Type
}
}