/dhall-aws-cloudformation/sam/AWS::Serverless::Function/VpcConfig.dhall

Copy path to clipboard

Source

{ Type =
{ SecurityGroupIds : List (./../../Fn.dhall).CfnText
, SubnetIds : List (./../../Fn.dhall).CfnText
}
, default = {=}
}