/dhall-aws-cloudformation/cloudformation/AWS::AppStream::Fleet/VpcConfig.dhall
Copy path to clipboardSource
{ Type =
{ SecurityGroupIds : Optional (List (./../../Fn.dhall).CfnText)
, SubnetIds : Optional (List (./../../Fn.dhall).CfnText)
}
, default =
{ SecurityGroupIds = None (List (./../../Fn.dhall).CfnText)
, SubnetIds = None (List (./../../Fn.dhall).CfnText)
}
}