/dhall-aws-cloudformation/cloudformation/AWS::EC2::IPAMPoolCidr/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ Cidr : Optional (./../../Fn.dhall).CfnText
, IpamPoolId : (./../../Fn.dhall).CfnText
, NetmaskLength : Optional Integer
}
, default =
{ Cidr = None (./../../Fn.dhall).CfnText, NetmaskLength = None Integer }
}