/dhall-aws-cloudformation/cloudformation/AWS::ApplicationInsights::Application/ComponentConfiguration.dhall

Copy path to clipboard

Source

{ Type =
{ ConfigurationDetails : Optional (./ConfigurationDetails.dhall).Type
, SubComponentTypeConfigurations :
Optional (List (./SubComponentTypeConfiguration.dhall).Type)
}
, default =
{ ConfigurationDetails = None (./ConfigurationDetails.dhall).Type
, SubComponentTypeConfigurations =
None (List (./SubComponentTypeConfiguration.dhall).Type)
}
}