Copy path to clipboardSource
{ Type =
{ AvailableLabels : Optional (List (./LabelSummary.dhall).Type)
, Capacity : Integer
, ConsumedLabels : Optional (List (./LabelSummary.dhall).Type)
, CustomResponseBodies :
Optional
( (./../../Prelude.dhall).Map.Type
Text
(./CustomResponseBody.dhall).Type
)
, Description : Optional (./../../Fn.dhall).CfnText
, Name : Optional (./../../Fn.dhall).CfnText
, Rules : Optional (List (./Rule.dhall).Type)
, Scope : (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
, VisibilityConfig : (./VisibilityConfig.dhall).Type
}
, default =
{ AvailableLabels = None (List (./LabelSummary.dhall).Type)
, ConsumedLabels = None (List (./LabelSummary.dhall).Type)
, CustomResponseBodies =
None
( (./../../Prelude.dhall).Map.Type
Text
(./CustomResponseBody.dhall).Type
)
, Description = None (./../../Fn.dhall).CfnText
, Name = None (./../../Fn.dhall).CfnText
, Rules = None (List (./Rule.dhall).Type)
, Tags = None (List (./../Tag.dhall).Type)
}
}