/dhall-aws-cloudformation/cloudformation/AWS::AppStream::AppBlockBuilder/VpcConfig.dhall

Copy path to clipboard

Source

{ 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)
}
}