/dhall-aws-cloudformation/cloudformation/AWS::AppRunner::Service/NetworkConfiguration.dhall

Copy path to clipboard

Source

{ Type =
{ EgressConfiguration : Optional (./EgressConfiguration.dhall).Type
, IngressConfiguration : Optional (./IngressConfiguration.dhall).Type
, IpAddressType : Optional (./../../Fn.dhall).CfnText
}
, default =
{ EgressConfiguration = None (./EgressConfiguration.dhall).Type
, IngressConfiguration = None (./IngressConfiguration.dhall).Type
, IpAddressType = None (./../../Fn.dhall).CfnText
}
}