mate¶
This module aims to add more feature to Original troposphere Class.
-
troposphere_mate.core.mate.convert_to_mate_resource(troposphere_resource, troposphere_mate_template)[source]¶ This method converts
troposphere.AWSObjecttotroposphere_mate.AWSObject.Return type: Mixin
-
troposphere_mate.core.mate.convert_to_mate_output(troposphere_output, troposphere_mate_template)[source]¶ This method converts
troposphere.AWSObjecttotroposphere_mate.AWSObject.Return type: Output
-
troposphere_mate.core.mate.is_x_depends_on_y(res_x, res_y)[source]¶ Returns a boolean value to indicte that whether Resource X depends on Resource Y.
Return type: bool
-
class
troposphere_mate.core.mate.Parameter(title, Type=<REQUIRED>, Default=<NOTHING>, NoEcho=<NOTHING>, AllowedValues=<NOTHING>, AllowedPattern=<NOTHING>, MaxLength=<NOTHING>, MinLength=<NOTHING>, MaxValue=<NOTHING>, MinValue=<NOTHING>, Description=<NOTHING>, ConstraintDescription=<NOTHING>, **kwargs)[source]¶