/dhall-aws-cloudformation/cloudformation/AWS::ApiGatewayV2::DomainName/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ DomainName : (./../../Fn.dhall).CfnText
, DomainNameConfigurations :
Optional (List (./DomainNameConfiguration.dhall).Type)
, MutualTlsAuthentication : Optional (./MutualTlsAuthentication.dhall).Type
, Tags :
Optional
((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
}
, default =
{ DomainNameConfigurations =
None (List (./DomainNameConfiguration.dhall).Type)
, MutualTlsAuthentication = None (./MutualTlsAuthentication.dhall).Type
, Tags =
None ((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
}
}