/dhall-aws-cloudformation/cloudformation/AWS::OpsWorks::Layer/ShutdownEventConfiguration.dhall

Copy path to clipboard

Source

{ Type =
{ DelayUntilElbConnectionsDrained : Optional Bool
, ExecutionTimeout : Optional Integer
}
, default =
{ DelayUntilElbConnectionsDrained = None Bool
, ExecutionTimeout = None Integer
}
}